Apache Cassandra v5.0 GA has been released
cassandra.apache.org/_/blog/…
✅ Java17 support
✅ Storage Attached Indexes
✅ Trie Memtables and Trie SSTables
✅ Vector datatype and ANN search
Get ready for our next event!
Excited to have @therealdanvega present to us on
ℹ️ Building Intelligent Applications with Spring AI
🕕July 18th, 6pm EST
Register here: meetup.com/the-pittsburgh-ja…
The final versions of the Jakarta Persistence 3.2 and Jakarta Data 1.0 specifications are now available online:
jakarta.ee/specifications/pe…jakarta.ee/specifications/da…
I invested rather a lot of work into improving the readability of these specs so I hope you guys actually read 'em. 😄
📢 New blog post: PostgreSQL and UUID as primary key
👉 maciejwalkowiak.com/blog/pos…
- how choosing different data type affects table and index size
- how to find table and index sizes
- how using UUID v4 vs v7 affects insert performance
- how to use UUID v7 in @java code