You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am indexing 250k products. It get's really slow once the first 50k posts are indexed. It only index 100 records after every 22 seconds.
Secondly, i noticed that it is actually indexing all the posts where it should only index the the posts with post_status = 'published'
The text was updated successfully, but these errors were encountered:
There should be no problem in indexing such vast amounts other than the fact that WordPress memory management isn't that great with so many posts.
RediPress is designed to replicate the whole posts table with all other post statuses than published as well, so that they can be queried if needed.
So far we don't have a way to run import in batches other than running wp redipress index first, then when it starts to get slow press ctrl+c to stop it and then wp redipress index posts missing so that it starts from where it was first stopped.
I am indexing 250k products. It get's really slow once the first 50k posts are indexed. It only index 100 records after every 22 seconds.
Secondly, i noticed that it is actually indexing all the posts where it should only index the the posts with post_status = 'published'
The text was updated successfully, but these errors were encountered: