Appears on
Articles8
Aiven at PGDataDay + PGDay Chicago 2025
Jay Miller represented Aiven at PGDay Chicago 2025. Dive into their recap of the event and key takeaways from many of the talks.
Using PostgreSQL Anonymizer to safely share data with LLMs
Learn how PostgreSQL Anonymizer helps safely share data with LLMs by masking PII, using both static and dynamic masking strategies for secure development.
Using PostgreSQL Anonymizer to Generate Synthetic Data
Beyond data masking, PostgreSQL Anonymizer's superpower is generating schema-accurate, privacy-compliant synthetic data.
Different ways to Search Text in PostgreSQL
A guide to choosing between iLIKE, full-text search, trigrams, and vector embeddings for your data
Introducing Aiven’s PG Studio
Aiven's PG Studio is now in Early Availability, allowing you to work with your Aiven for PostgreSQL instances, directly in the Aiven Console.
Stop hitting the database for things that aren't there: Use a Valkey Bloom Filter
Every time your app asks the database 'does this row exist,' it pays the cost of a database query to get back 'no'.
Index your Valkey Cache and Start Searching
The Valkey Search module allows you to leverage strong full-text and vector search based on your existing cached data.
Right Size Your Model Usage with Valkey and Semantic Routing
Route easy prompts to cheap models, hard ones to frontier using vector search and a Valkey instance you might already be using for caching.
