Craig Kerstiens 8/20/2012

Arrays in Postgres

Read Original

This technical article details the use of PostgreSQL's Array datatype, a feature often overlooked. It explains why developers might use arrays (e.g., for simpler data modeling or performance) and provides practical SQL examples, including storing purchase line items and implementing product tags with efficient querying and indexing using GIN/GiST.

Arrays in Postgres

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week