Transaction table

Поиск
Список
Период
Сортировка
От Deepa Thulasidasan
Тема Transaction table
Дата
Msg-id 631070.40276.qm@web8408.mail.in.yahoo.com
обсуждение исходный текст
Ответы Re: Transaction table  (Scott Marlowe <scott.marlowe@gmail.com>)
Re: Transaction table  (Vick Khera <vivek@khera.org>)
Список pgsql-general
Dear All,

I have a query in postgresql if any one can support.

A transaction table in a vehicle tracking application is  inserted with the current position of each vehicle at regular
interval(seconds). 
This  transaction table consists of 12 columns, which are of the type varchar, time, numeric or double precision. A new
transactiontable is created every day. Total number of records at the end of the day is around 1 million records. Data
isonly inserted in to this table and there is no update or delete. This table is indexed using 2 columns. Now, we are
expectingthis transaction table to grow by 10 times in near future. In this regard, we would like to know if this same
structureof the transaction table and the indexing would be sufficient for quick retrivel of data  or do we have to
partitionthis table? If so what kind of partition would be suitable? 

Awaiting positive reply.

Regards,
Deepa.




      The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/

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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: How to dump JUST procedures/funnctions?
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Transaction table