-
Notifications
You must be signed in to change notification settings - Fork 81
Conversation
1c1fd8c
to
52d5044
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thank you!
bors merge
494: Only flatten the required objects r=Kerollmops a=irevoire Instead of flattening every object to write them in the flatenned sorter we now check if we needs to flatten the object or if we can insert it as-is. ``` group indexing_flatten-what-is-needed_a6031f9a indexing_main_6b073738 ----- ---------------------------------------- ---------------------- indexing/Indexing geo_point 1.00 25.1±0.20s ? ?/sec 1.00 25.2±0.20s ? ?/sec indexing/Indexing movies in three batches 1.01 18.3±0.12s ? ?/sec 1.00 18.2±0.10s ? ?/sec indexing/Indexing movies with default settings 1.00 17.6±0.11s ? ?/sec 1.00 17.5±0.09s ? ?/sec indexing/Indexing songs in three batches with default settings 1.00 66.4±0.46s ? ?/sec 1.03 68.3±1.01s ? ?/sec indexing/Indexing songs with default settings 1.00 55.7±1.15s ? ?/sec 1.14 63.2±0.78s ? ?/sec indexing/Indexing songs without any facets 1.00 51.6±1.04s ? ?/sec 1.16 59.6±1.00s ? ?/sec indexing/Indexing songs without faceted numbers 1.00 55.3±1.09s ? ?/sec 1.13 62.8±0.38s ? ?/sec indexing/Indexing wiki 1.00 1006.6±26.89s ? ?/sec 1.00 1009.2±25.25s ? ?/sec indexing/Indexing wiki in three batches 1.00 1140.5±11.97s ? ?/sec 1.00 1142.0±9.97s ? ?/sec ``` We now have performance similar to what we had before for the non nested datasets 🎉 Co-authored-by: Tamo <tamo@meilisearch.com>
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: {"message":"Required status check \"Specify breaking\" is expected.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
Could you rebase? This PR does not have the latest changes regarding the bors settings |
52d5044
to
cff986e
Compare
I rebased on main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
494: Only flatten the required objects r=Kerollmops a=irevoire Instead of flattening every object to write them in the flatenned sorter we now check if we needs to flatten the object or if we can insert it as-is. ``` group indexing_flatten-what-is-needed_a6031f9a indexing_main_6b073738 ----- ---------------------------------------- ---------------------- indexing/Indexing geo_point 1.00 25.1±0.20s ? ?/sec 1.00 25.2±0.20s ? ?/sec indexing/Indexing movies in three batches 1.01 18.3±0.12s ? ?/sec 1.00 18.2±0.10s ? ?/sec indexing/Indexing movies with default settings 1.00 17.6±0.11s ? ?/sec 1.00 17.5±0.09s ? ?/sec indexing/Indexing songs in three batches with default settings 1.00 66.4±0.46s ? ?/sec 1.03 68.3±1.01s ? ?/sec indexing/Indexing songs with default settings 1.00 55.7±1.15s ? ?/sec 1.14 63.2±0.78s ? ?/sec indexing/Indexing songs without any facets 1.00 51.6±1.04s ? ?/sec 1.16 59.6±1.00s ? ?/sec indexing/Indexing songs without faceted numbers 1.00 55.3±1.09s ? ?/sec 1.13 62.8±0.38s ? ?/sec indexing/Indexing wiki 1.00 1006.6±26.89s ? ?/sec 1.00 1009.2±25.25s ? ?/sec indexing/Indexing wiki in three batches 1.00 1140.5±11.97s ? ?/sec 1.00 1142.0±9.97s ? ?/sec ``` We now have performance similar to what we had before for the non nested datasets 🎉 Co-authored-by: Tamo <tamo@meilisearch.com>
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: {"message":"Required status check \"Specify breaking\" is expected.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
bors try |
bors merge |
494: Only flatten the required objects r=irevoire a=irevoire Instead of flattening every object to write them in the flatenned sorter we now check if we needs to flatten the object or if we can insert it as-is. ``` group indexing_flatten-what-is-needed_a6031f9a indexing_main_6b073738 ----- ---------------------------------------- ---------------------- indexing/Indexing geo_point 1.00 25.1±0.20s ? ?/sec 1.00 25.2±0.20s ? ?/sec indexing/Indexing movies in three batches 1.01 18.3±0.12s ? ?/sec 1.00 18.2±0.10s ? ?/sec indexing/Indexing movies with default settings 1.00 17.6±0.11s ? ?/sec 1.00 17.5±0.09s ? ?/sec indexing/Indexing songs in three batches with default settings 1.00 66.4±0.46s ? ?/sec 1.03 68.3±1.01s ? ?/sec indexing/Indexing songs with default settings 1.00 55.7±1.15s ? ?/sec 1.14 63.2±0.78s ? ?/sec indexing/Indexing songs without any facets 1.00 51.6±1.04s ? ?/sec 1.16 59.6±1.00s ? ?/sec indexing/Indexing songs without faceted numbers 1.00 55.3±1.09s ? ?/sec 1.13 62.8±0.38s ? ?/sec indexing/Indexing wiki 1.00 1006.6±26.89s ? ?/sec 1.00 1009.2±25.25s ? ?/sec indexing/Indexing wiki in three batches 1.00 1140.5±11.97s ? ?/sec 1.00 1142.0±9.97s ? ?/sec ``` We now have performance similar to what we had before for the non nested datasets 🎉 Co-authored-by: Tamo <tamo@meilisearch.com>
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: {"message":"Required status check \"Specify breaking\" is expected.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
Co-authored-by: Clément Renault <clement@meilisearch.com>
cff986e
to
00f78d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging without bors since we have issues with it and we don't know why...
The PR is up-to-date with main
and all the tests have passed.
Also, the PR status check (Specify breaking
) is validated as well.
Instead of flattening every object to write them in the flatenned sorter we now check if we needs to flatten the object or if we can insert it as-is.
We now have performance similar to what we had before for the non nested datasets 🎉