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
I am using jieba as the tokenizer and have configured triggers as per the documentation. During batch data insertion in my project, deadlocks are triggered. Additional questions:
Does index creation lock the table?
Are index statistics (e.g., document frequency) calculated per table or per row? My table contains multiple documents.