Inside QuestDB's Query Engine: Tracing Three Queries (8 minute read)
QuestDB's time-series query engine appears tuple-at-a-time externally, but internally mixes vectorized execution, SIMD C++ kernels, Java batch processing, JIT filtering, and frame-based parallelism. Small SQL changes can shift execution paths, affecting group-by, filtering, and aggregation performance.
|
|
We had to build new evals for Fable (8 minute read)
Claude Fable 5 is a major step up for complex data analysis, scoring roughly 10-15% better than recent frontier models on Hex's evals and excelling at messy, long-horizon tasks that require judgment, clear assumptions, and cross-checking semantic models against raw data.
|
Why Metadata Has to Be Mutation-Friendly (10 minute read)
In high-update lakehouses, metadata becomes a high-mutation system. Apache Hudi's Merge-On-Read Metadata Table handles this with append-first writes and deferred compaction, reducing write cost and supporting scalable indexing more efficiently than Copy-On-Write designs.
|
|
PostgreSQL Anonymizer 3.1: Introducing Local Differential Privacy (2 minute read)
PostgreSQL Anonymizer 3.1 adds expanded masking for PII and sensitive data, with six masking strategies, including substitution, randomization, pseudonymization, shuffling, noise addition, and generalization. It now supports Local Differential Privacy via GRRM, providing formal privacy guarantees for survey and categorical data with privacy controlled by epsilon.
|
|
Scaling Zero Copy from 1 Trillion to 120 Trillion Rows with File Federation (5 minute read)
Zero Copy at Salesforce Data 360 evolved from Query Federation to Iceberg File Federation to support AI workloads across distributed enterprise data without centralizing it. The new architecture reduces cross-system compute overhead, preserves governance through temporary catalog-based access, and is being pushed by the need for real-time AI across major data platforms.
|
|
Love TLDR? Tell your friends and get rewards! |
|
Share your referral link below with friends to get free TLDR swag!
|
|
|
| Track your referrals here. |
|
|
|
0 Comments