-
Book Overview & Buying
-
Table Of Contents
AI-Ready PostgreSQL 18
By :
Databases are at the heart of modern enterprise applications. Speed, accuracy, and efficiency of transactions are critical as user counts, data volumes, and application usage increase. Choosing the correct data type that supports all necessary operations without adding unnecessary overhead is the first step. A sub-optimal data type generates unnecessary I/O and requires custom coding, instead of using the power of PostgreSQL.
Once we have picked the correct data type, we need to select the appropriate indexes and design effective and efficient queries. The choice of index is influenced by the data type and the type of operation that is executed in the query. Choosing the wrong index, which does not support the needs of the query or leverage the power of the data type, creates unnecessary I/O, uses more memory, and requires longer development and test cycles.
The rich and extensible set of...