
Jose Sahad
1.1K posts

Jose Sahad
@JoseSahad
Software engineer, mediocre full stack musician, history geek and literature lover / VP Engineering @TigerDatabase (creators of TimescaleDB)



Tiger Lake is now in public beta for scale and enterprise users. Finally, a real data loop between Postgres and your lakehouse. Tiger Lake is a native Postgres-lakehouse bridge for real-time, analytical, and agentic systems. No more stitching together Kafka, Flink, and custom glue code. Tiger Lake creates continuous sync between Postgres and Apache Iceberg on S3, built directly into Tiger Cloud. It streams any Postgres table to Iceberg via CDC, and can replicate existing large tables from Postgres to Iceberg via optimized backfill transfers. No need to choose between operational speed and analytical depth. With Tiger Lake, you get both in one architecture. Details: tsdb.co/y7lukku9



We chose PostgreSQL over MongoDB for our analytics platform. The context: - 50GB of time-series data daily - Complex queries with joins across multiple dimensions - Team had more SQL experience than NoSQL MongoDB seemed obvious for scale, but: - Query complexity made aggregation pipelines unwieldy - Horizontal scaling wasn't needed yet - PostgreSQL's JSON support gave us flexibility - TimescaleDB extension handled time-series perfectly 18 months later: PostgreSQL handles 2TB with sub-second queries. Sometimes boring technology wins.





[ASPLOS'25] Fusion: An Analytics Object Store Optimized for Query Pushdown cs.princeton.edu/~mfreed/docs/f… Tightly integrating an Iceberg catalog with an object store means that one could make file-format aware erasure coding decisions, to permit pushing down filters and aggregations.










