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
The problem is i'v got > 1 000 000 users, but i need only 10k in the index based on some postmeta value. Each time a full indexing is performed, it takes several hours 😅
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem? Please describe.
Hi there.
Is it possible to add
WHERE ID IN ($placeholders)
for SQL Query here depends on args (ep_user_query_db_args filter)?https://github.com/10up/ElasticPressLabs/blob/develop/includes/classes/Indexable/User/User.php#L647-L653
The problem is i'v got > 1 000 000 users, but i need only 10k in the index based on some postmeta value. Each time a full indexing is performed, it takes several hours 😅
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: