-
Book Overview & Buying
-
Table Of Contents
AI-Ready PostgreSQL 18
By :
In this book, we went beyond standard SQL and introduced many architectural and data modeling concepts that we believe are key to creating high-performance enterprise solutions. The right architecture provides a solid foundation for a scalable system, and the right data model helps developers avoid many future performance and manageability issues.
Traditionally, databases were seen as monoliths and specialists. Specialty databases were used for specific data formats; JSON documents, key-value pairs, text search, and AI vectors each had their own specialized database software. Similarly, analytical and transactional use cases were implemented in database products tailored to them.
In this book, we show that one database system – PostgreSQL – can store conventional SQL data alongside JSON, KVP, GIS, text, and AI vectors in the same database, and process transactions under the same...