Re: support for embedded db and a clustered index? - Mailing list pgsql-general

From Julian Bui
Subject Re: support for embedded db and a clustered index?
Date
Msg-id 428370d20810251102q317e7326t8e7833f6ff167c83@mail.gmail.com
Whole thread Raw
Responses Re: support for embedded db and a clustered index?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List 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 by date:

Previous
From: "Ernesto Quiñones"
Date:
Subject: Re: syncing with a MySQL DB
Next
From: "Scott Marlowe"
Date:
Subject: Re: support for embedded db and a clustered index?