Haocheng Liu

Results 6 comments of Haocheng Liu

I believe https://github.com/lancedb/lance/pull/3369 addresses this issue. Please feel free to reopen if I miss something.

This problem has two parts. The above CR will support the generic string compression and the next one will support FSST.

Hey, the zonemap/bloomfilter uses a notion called `zone size` which is independent of the fragments so that it provides maximum flexibility. The TLDR version is that users can arbitrarily specify...

> - @HaochengLIU my understanding is that, although a zone has a fixed size, it won't go beyond a fragment right? For example if I have zone size 100, and...

> - Footer Finalization: After all data is copied to a new file, the footer is written using the standard FileWriter::finish() method. This function takes the accumulated column metadata, page...