Re: support for embedded db and a clustered index?

Поиск
Список
Период
Сортировка
От Julian Bui
Тема Re: support for embedded db and a clustered index?
Дата
Msg-id 428370d20810251102q317e7326t8e7833f6ff167c83@mail.gmail.com
обсуждение исходный текст
Ответы Re: support for embedded db and a clustered index?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-general
Hi all,

Does pgsql provide support for a clustered index?  By that I mean can I specify that the database insert records in the order of a particular attribute.  Many of my queries are time-range based and my row inserts are done chronologically, so it would benefit to have them sorted by when they were inserted.

Also, can pgsql be embedded in an application?  By that I mean it is easily deployable with an application.  The end user is unaware that a database even exists and the end user does not need to install pgsql.  I do NOT mean a db that runs on an embedded device (although I am hoping pgsql has a small memory footprint) and I also do NOT mean to ask if pgsql supports embedded sql.

Any help would be greatly appreciated. 

Thanks,
Julian

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

Предыдущее
От: "Ernesto Quiñones"
Дата:
Сообщение: Re: syncing with a MySQL DB
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: support for embedded db and a clustered index?