Hi guys,
We're building a new version of rather larger eCom solution, and on the old version we build our own Solr index for our facets and searches because DW didn't perform to our liking at the time.
Now here 2 years later i'm testing out the built in Lucene index again, but i'm seing really slow indexing times, and also frontend is slow. (Compared to our solr implementation)
Our data:
45000 products (Split over 5 languages)
56 custom product fields
10 multi select product categori fields with about 15-25 fields options each.
Indexing time:
On Lucene i'm currently at 70 minutes and it's still not done.
My machine is an I7 with SSD, so i'd assume these measures would be even worse on the production server.
Can i do something to optimize our database somehow?
The above test are done on 8.6.0.4.
// Martin