December 2025 Summaries
7 posts from Tiger Data
Filter
Month:
Year:
Post Summaries
Back to Blog
PostgreSQL, a widely used database system, is often employed for search functions but can encounter limitations with its native search capabilities, leading developers to integrate additional systems like Elasticsearch, which can be complex and costly. The introduction of BM25, a search algorithm now available in PostgreSQL through the pg_textsearch extension, addresses these issues by enhancing search relevance through term frequency saturation, inverse document frequency, and length normalization. This improvement allows PostgreSQL to provide more accurate and meaningful search results without the need for additional search systems. Additionally, hybrid search techniques, combining BM25 with vector search, offer a solution for AI agents and applications that rely on semantic understanding, further optimizing the search capabilities within PostgreSQL. This advancement makes PostgreSQL a more versatile and efficient choice for search functionalities in various applications, simplifying infrastructure while maintaining robust performance.
Dec 23, 2025
1,468 words in the original blog post.
Replit and Tiger Data have independently developed storage architectures to support agentic experimentation, each arriving at the conclusion that forkable state is essential for such environments. Replit's system, built on Google Cloud Storage, utilizes a three-tier architecture that accommodates agent sandboxes by leveraging immutable 16 MB objects to manage storage, suitable for localized access patterns but challenging for workloads requiring fine-grained, random access. In contrast, Tiger Data's Fluid Storage employs a block-based approach that manages individual 4 KB blocks, facilitating both agentic experimentation and operational workloads with lower latency and reduced read/write amplification. While Replit's architecture is designed for internal use within its platform, Tiger Data's solution serves as a shared infrastructure available to all customers. Both systems highlight a shift in infrastructure requirements, driven by the need for continuous and stateful experimentation in agent-based development environments.
Dec 22, 2025
1,794 words in the original blog post.
The tutorial by Damaso Sanoja explores deploying TimescaleDB with vector search capabilities on CloudNativePG, a Kubernetes-native PostgreSQL operator, by building a custom Docker image that integrates TimescaleDB, pgvector, and pgvectorscale. This custom image overcomes incompatibilities with TimescaleDB's official images, allowing for fully declarative, operator-managed clusters. The guide details the process of constructing the image, deploying a proof-of-concept cluster, and validating its functionality through a demonstration workload that combines time-series data with vector embeddings. It highlights the operational advantages of using DiskANN for vector search in resource-constrained environments like K3s clusters, offering significant storage savings through automatic data compression. The document concludes by setting a foundation for AI data platforms on Kubernetes while providing a reference point for scaling experiments, emphasizing the need for continued parameter tuning and resource optimization in production deployments.
Dec 18, 2025
3,800 words in the original blog post.
In a detailed tutorial, readers are guided through the process of creating a data pipeline for ingesting and analyzing manufacturing IoT sensor data using TimescaleDB, a time-series database optimized for such tasks. The tutorial begins with setting up a TimescaleDB service on Tiger Cloud, emphasizing the selection of real-time analytics for fast ingestion and high-performance queries. It covers creating a hypertable to manage sensor data, enabling hypercore compression to address storage constraints, and executing analytical queries to assess equipment performance and detect sensor issues. The tutorial highlights the benefits of TimescaleDB, such as hypertables for efficient data ingestion, hypercore for compressed analytics, and support for both OLTP and OLAP workloads in a PostgreSQL-compatible environment. Readers are encouraged to experiment with the data and further explore TimescaleDB's capabilities in managing high-volume IoT data.
Dec 11, 2025
1,542 words in the original blog post.
Agentic Postgres, the first Postgres database tailored for AI agents, introduces a suite of features including an MCP server for direct database access, zero-copy forks for testing, and integrated documentation search capabilities. Alongside, the Tiger CLI facilitates efficient management of Tiger Cloud databases through terminal commands, enhancing agentic development workflows by allowing AI assistants to manage databases, run SQL queries, and access specific skills for Postgres best practices. These innovations aim to reduce context switching and improve the scalability and maintainability of AI-driven database interactions, while also addressing common issues with AI-generated SQL by incorporating expert-validated patterns and skills.
Dec 10, 2025
2,119 words in the original blog post.
Danny Burrows, Vice President of Software Engineering at Flogistix by Flowco, discusses the company's successful implementation of Tiger Data's time-series Postgres solution, which significantly improved data handling and reduced infrastructure management costs by 66% in their oil and gas vapor recovery operations. The innovative use of Tiger Data, powered by TimescaleDB on AWS, addressed challenges related to siloed operational and IT data by optimizing the ingestion of approximately 100 data points per minute from a fleet of 3,700 pieces of equipment. This solution provided a robust data architecture that featured efficient data rolloff, compression, and continuous aggregates, resulting in enhanced query performance, data reliability, and cost efficiency. With these improvements, Flogistix achieved 84% data compression and boosted data reliability from about 95% to over 99%, allowing for more responsive field service operations and strategic decision-making. Looking ahead, the company plans to further refine its data management strategies and explore new data tiering strategies to support ongoing growth and operational demands.
Dec 04, 2025
1,468 words in the original blog post.
In the evolving landscape of data infrastructure, developers are increasingly seeking solutions to unify transactional, analytical, and agentic workloads within the AWS ecosystem. The collaboration between Tiger Data and AWS aims to address this need by extending Postgres capabilities to support modern workloads, including time-series, vector search, and full-text search, all seamlessly integrated with AWS services. Over the past year, significant developments include the public beta release of Tiger Lake, which facilitates the integration of Postgres with S3-based lakehouses using Apache Iceberg, and the general availability of the S3 Connector, enhancing real-time data ingestion. These advancements simplify data management by eliminating the need for complex pipelines and custom solutions, providing a cohesive infrastructure for real-time analytics and AI-driven features. A case study with Speedcast illustrates the practical benefits of this unified architecture, highlighting improved data integration and operational efficiency. This strategic partnership aims to streamline AWS-native data operations, offering a single, scalable Postgres platform that enhances developer productivity and reduces operational complexity.
Dec 02, 2025
1,991 words in the original blog post.