Doing storage things at Couchbase
✍️ rowjee.com
pronoun.is/he
Dare mighty things;
I rsynced you my heart
And the very next day
rm -rf ~/heart
This year, to save me from tears
sudo chmod -r 000 ~/heart"
I rsynced you my heart
And the very next day
rm -rf ~/heart
This year, to save me from tears
sudo chmod -r 000 ~/heart"
P.S. We thought "Mini" meant 150 attendees, but 250 of you signed up!
youtu.be/Zt5zadIAk1I
LSM Tree Compaction largely relies on merge iterators, which take in multiple SSTables and give you a new SSTable which doesn't have any old copies of data present. See how we went from 7 to 3 records - both are the exact same state!
LSM Tree Compaction largely relies on merge iterators, which take in multiple SSTables and give you a new SSTable which doesn't have any old copies of data present. See how we went from 7 to 3 records - both are the exact same state!
see: Database Internals, page 91
see: Database Internals, page 91
In this post, I examine the binary representation, rounding rules, and details of Java’s evolving implementation.
Incremental view maintenance is such an interesting problem. The composition proof in the video blew my mind! This is some really awesome work by all the authors and contributors @feldera.bsky.social.
Incremental view maintenance is such an interesting problem. The composition proof in the video blew my mind! This is some really awesome work by all the authors and contributors @feldera.bsky.social.
I've been tinkering, breaking, and fixing things since I was a child, but today, I'm officially an Engineer - with a Bachelor of Technology in Computer Science and Engineering.
It's a strange, new feeling, and a strange, new world - I'm excited to see where this goes!
I've been tinkering, breaking, and fixing things since I was a child, but today, I'm officially an Engineer - with a Bachelor of Technology in Computer Science and Engineering.
It's a strange, new feeling, and a strange, new world - I'm excited to see where this goes!
It covered SQLite extensions, vector search, shadow tables (very cool!), hybrid search with rank fusion, binary/scalar quantization
Recording (Ty Alex!) -
youtu.be/GpTOsTxuLLA
It covered SQLite extensions, vector search, shadow tables (very cool!), hybrid search with rank fusion, binary/scalar quantization
Recording (Ty Alex!) -
youtu.be/GpTOsTxuLLA
discord.gg/kdq68txQeQ
☑️ working point reads + writes (in-mem + disk)
☑️ JSON SSTables
☑️ BTreeMap memtables
☑️ working flush path (w/memtable swap)
☑️ Single-level Tree
Can't wait to implement the compaction codepath ⚡all the code is in a single file so far.
☑️ working point reads + writes (in-mem + disk)
☑️ JSON SSTables
☑️ BTreeMap memtables
☑️ working flush path (w/memtable swap)
☑️ Single-level Tree
Can't wait to implement the compaction codepath ⚡all the code is in a single file so far.