CrateDB 6.2 introduces enhanced PostgreSQL compatibility with CREATE/DROP SCHEMA statements, native UUID datatype support (reducing storage from 36 to 16 bytes), and lifted column name restrictions. Performance improvements include optimized hyperloglog_distinct memory usage, SQL parser efficiency for large statement volumes, and faster view queries with filter pushdown. New system information columns provide better workload insights, while ALTER TABLE now supports custom timeouts for long-running operations like shard modifications.
Sort: