A couple of questions...

Поиск
Список
Период
Сортировка
От Nick Bastin
Тема A couple of questions...
Дата
Msg-id 363B6608.39E7D668@rbbsystems.com
обсуждение исходный текст
Список pgsql-hackers
I have a couple questions before I start a large project using postgres.I'm posting this to the hackers list because if
theanswer to any of
 
these questions is no, if somebody explains why, I would be glad to help
implement some features once I get into using it everyday.  So, here we go:

1)  How much data can postgres handle?  If I'm restricted by maximum
file size in the OS, can I segment the data file, and if so, how many times?

2)  Can I store the indexes for the database on a separate drive from
the data itself?  This is useful so that I can place the indexes on a
solid state disk for fast searching, and leave the data on traditional medium.

3) Is there a maximum number of records per table?  i.e., if I can
segment the data file, can I still only have 2 gigs of data per table?

-- 
Nick Bastin
RBB Systems, Inc.


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

Предыдущее
От: Marcus Mascari
Дата:
Сообщение: PLEASE...SOMEONE COMMENT: PostgreSQL 6.4BETA not using indexes with subselects
Следующее
От: Phil Thompson
Дата:
Сообщение: Re: [HACKERS] Why is libcurses added to build by configure?