Add link to GitHub PR to document of update/facet module

This commit is contained in:
Loïc Lecrenier 2022-10-12 09:46:31 +02:00
parent a034a1e628
commit acc8caebe6

View File

@ -68,6 +68,8 @@ bulk method is faster when a large part of the database is modified. Empirically
it takes 50x more time to incrementally add N facet values to an existing database than it is to
construct a database of N facet values. This is the heuristic that is used to choose between the
two methods.
Related PR: https://github.com/meilisearch/milli/pull/619
*/
pub const FACET_MAX_GROUP_SIZE: u8 = 8;