EDB Tip #5: Tablespaces and Tables in Postgres

Posted in Database Support, General, Oracle by An Expert's Guide to Oracle Technology on June 3rd, 2008

LewisC's An Expert's Guide To Oracle Technology

The datastore in Postgres (which is what Advanced Server is based on) is quite a bit different than the way Oracle stores data. Gone are the usual logical storage components. Data blocks, extents and segments just don't exist in a Postgres database. Actually, segments do exist when a table gets bigger than 1GB but that's a story for a different entry.

Postgres stores data as f

Leave a Reply