On Mon, 16 Aug 1999, Martin Weinberg wrote:

> Currently, pgsql 6.5.x breaks up the files containing 
> tables into roughly 1 GB chunks.  My question is: will
> pgsql do the same for the files containing the indices?

It should do, as it's the StorageManager that does the splitting, and
tables/indices both use the StorageManager.

This also includes the current LargeObject implementation, as they are
currently implemented as a table/index pair.

--
       Peter T Mount [EMAIL PROTECTED]
      Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
 Java PDF Generator: http://www.retep.org.uk/pdf

Reply via email to