infiniflow / infinity

The AI-native database built for LLM applications, providing incredibly fast hybrid search of dense vector, sparse vector, tensor (multi-vector), and full-text
https://infiniflow.org
Apache License 2.0
2.7k stars 275 forks source link

Fix data race3 #2221

Closed small-turtle-1 closed 1 week ago

small-turtle-1 commented 2 weeks ago

What problem does this PR solve?

Fix data race in compaction operator. Fix data race in bp reordering.

Fix data race of row count.

PR: #2212 Issue: #2222

Type of change