|
|
|
|
|
by chrisjc
827 days ago
|
|
I'm not too familiar with FUSE, but I would imagine that you are doing something similar to registering a custom filesystem on duckdb, then intercepting certain filesystem activities to trigger all the magic described in the blog? Also, do you think any of this is going to make its way back into the duckdb core, or perhaps even influencing the duckdb developers to make some of this native or easier (avoiding assumptions about what duckdb is doing)? Perhaps some kind of trigger on checkpoint/similar activities? And btw, very interesting to read this announcement after reading through the S3 discussion yesterday. https://news.ycombinator.com/item?id=39656657 |
|