Commit 220612af authored by Julien Muchembled's avatar Julien Muchembled

mroonga: prefer deferring full text on the same node for better cache efficiency

In this specific case, the number of grouped messages is bound,
and actually not greater than the number of grouped messages
being processed for normal indexing.
parent 77424415
......@@ -6,6 +6,7 @@ for document, root_document_path in zip(getPath, getRootDocumentPath):
document,
activity='SQLQueue',
priority=4,
node='same',
group_method_id=GROUP_METHOD_ID,
serialization_tag='full_text_' + root_document_path,
).SQLCatalog_deferFullTextIndexActivity()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment