-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] confusing limit on library component count #1456
Comments
@jmakowski1123 @ormsbee Please review this ticket. |
@bradenmacdonald: How far do you think we could safely crank the limit on the search side of things? I'm tempted to just turn it up to 100K and see what happens. 😛 |
@ormsbee I can't say from experience but I would hope it works fine even at 100K. |
@jmakowski1123 @lizc577 @sdaitzman @marcotuts This is ready for AC testing on the sandbox |
@jmakowski1123 @lizc577 @sdaitzman @marcotuts Friendly reminder that this is ready for AC testing on the sandbox |
Not sure how to test this? Is there a file with 100k components I could try to import? |
Oh my apologies @jmakowski1123 , this is a hard one to test. @bradenmacdonald is it worth taking a small amount of budget from the new project to create a huge library to test this issue, (and see how Meilisearch performs with the new limit)? |
@pomegranited I believe various people have already done that in the process of working on these issues - it should be relatively simple to paste a script into the console that mass-creates library blocks, and run that on the sandbox. In any case I agree it's a good idea to have a large library for testing on the sandbox. |
I've got a script running to populate lib:OpenCraft:NL with 100,000 components -- will let you know when it's done. |
@bradenmacdonald I created 100k components under lib:OpenCraft:NL, but Meilisearch was only showing 99,999. So I tried re-running This is going to impact re-deployments of tagging-preview :( |
@pomegranited I believe the "total number of hits" is only an estimate so I'm actually surprised that it's only off by one. There may be no issue. Does running |
Also, for future times when we need a lot of components, please put a number into the title and/or body of the component so that we can tell them apart, e.g. "Text 1", "Text 2", "Text 89,234", etc. Makes it much easier to test and ensure search/pagination is working. |
Ah yeah, that would be better.. I ran a script to update them (by creating a new ComponentVersion), and will re-index to get these changes into Meilisearch.
Oo hopefully.. trying that now. |
@bradenmacdonald It did -- it still took a long time to run, but it completed. And now we've got an accurate count of blocks on lib:OpenCraft:NL.
I stuffed this up (set the ComponentVersion But! This issue is ready for AC testing (CC @jmakowski1123 @lizc577 @sdaitzman @marcotuts):
|
The text was updated successfully, but these errors were encountered: