speed up creation of a table

Поиск
Список
Период
Сортировка
От Alexaki Sofia
Тема speed up creation of a table
Дата
Msg-id Pine.GSO.4.10.10102181411540.6140-100000@sappho.ics.forth.gr
обсуждение исходный текст
Список pgsql-sql
Hello,

I have two questions concerning space and time required to 
load huge volume of data in the DBMS. 
To note I use JDBC interface to load the schema and data in the postgresql

In order to create the tables contained in my database
I use the command stmt.executeUpdate("CREATE TABLE  t1 .... inherits
(t2));
is there any way to speed up the creation of a table in postgresql????


My application creates a lot of tables in which at the beginning are
stored
few records. I woule like to reduce the size DBMS allocates (8K)  every
time needs more space? Can this be achieved without reducing BLCKSZ
parameter since I suspect that reducing BLCKSZ will reduce querying 
performance. Is that so??

Is it possible to reduce DBMS size e.g. to 4K during loading and
set it back to 8K when querying?


Thank you in advance
Sofia Alexaki



В списке pgsql-sql по дате отправления:

Предыдущее
От: Roberto Mello
Дата:
Сообщение: PL/SQL-to-PL/PgSQL-HOWTO beta Available
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: PL/SQL-to-PL/PgSQL-HOWTO beta Available