Postgresql Glossary
Browse 3 postgresql terms defined in plain English, from the cultural dictionary of computing.
3 Postgresql Terms
- Neon
- A serverless PostgreSQL platform that separates storage and compute, enabling features impossible with traditional PostgreSQL deployments. Neon's architecture...
- Row-Level Security
- A database feature (notably in PostgreSQL) that enforces access policies on individual rows within a table, so different users or roles only see and modify the...
- Vacuum
- A PostgreSQL maintenance operation that reclaims storage from dead tuples (rows that were updated or deleted but not yet cleaned up due to MVCC). VACUUM also...
Related Topics
- Database (2 terms in common)
- Cloud (1 terms in common)
- Databases (1 terms in common)
- Authorization (1 terms in common)
- Serverless (1 terms in common)
- Maintenance (1 terms in common)