Re: Information about storge engine in PostgreSQL

Поиск
Список
Период
Сортировка
От Kevin Barnard
Тема Re: Information about storge engine in PostgreSQL
Дата
Msg-id b068057c04102107422dcb9e90@mail.gmail.com
обсуждение исходный текст
Ответ на Information about storge engine in PostgreSQL  (nd02tsk@student.hig.se)
Список pgsql-general
PostgreSQL uses it's own internal storage engine.  It doesn not
support multiple one.  As for splitting files accross partitions this
is a feature of version 8.0 called tablespaces.

http://developer.postgresql.org/docs/postgres/manage-ag-tablespaces.html

Should get you pointed in the right direction.


On Thu, 21 Oct 2004 16:27:24 +0200 (CEST), nd02tsk@student.hig.se
<nd02tsk@student.hig.se> wrote:
> Hello
>
> MySQL has information about several storage engines. MEMORY to handle
> temporary tables, InnoDB to handle transactions and which also can split
> its table data over several files/partitions. Splitting of storage is
> something which according to the following article, PostgreSQL does not
> support:
>
> http://www.devx.com/dbzone/Article/20743
>
> But I cannot verify this due to lack of information. I haven't found any
> similar information about the storage engine used by PostgreSQL which I
> think is called Postgres.
>
> Do you know of any places where this information can be obtained?
>
> Thank you.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

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

Предыдущее
От: "Henry Combrinck"
Дата:
Сообщение: Is it possible to remove the public schema?
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Information about storge engine in PostgreSQL