15 dec 2006 kl. 17:40 skrev Chris Browne:
[EMAIL PROTECTED] (Tom Lane) writes:
Henrik Zagerholm <[EMAIL PROTECTED]> writes:
Postgres has been designed as a server, and lots of
implementation details might not make sense in an embedded
context. you might be better served by SQLite, or some othe
[EMAIL PROTECTED] (Tom Lane) writes:
> Henrik Zagerholm <[EMAIL PROTECTED]> writes:
>>> Postgres has been designed as a server, and lots of
>>> implementation details might not make sense in an embedded
>>> context. you might be better served by SQLite, or some other
>>> such library.
>
>> ... It i
15 dec 2006 kl. 17:15 skrev Ragnar:
On fös, 2006-12-15 at 16:59 +0100, Henrik Zagerholm wrote:
I think I need to specify what I mean with embedded.
Its not that we try to embed it into an application.
It is just run from a flash disk and the datafiles are put on
standard raid attached disks.
On fös, 2006-12-15 at 16:59 +0100, Henrik Zagerholm wrote:
> I think I need to specify what I mean with embedded.
> Its not that we try to embed it into an application.
> It is just run from a flash disk and the datafiles are put on
> standard raid attached disks.
>
> Its an embedded device not
I think I need to specify what I mean with embedded.
Its not that we try to embed it into an application.
It is just run from a flash disk and the datafiles are put on
standard raid attached disks.
Its an embedded device not an embedded application. :)
Cheers,
Henrik
15 dec 2006 kl. 16:30 s
Henrik Zagerholm <[EMAIL PROTECTED]> writes:
>> Postgres has been designed as a server, and lots of
>> implementation details might not make sense in an embedded
>> context. you might be better served by SQLite, or some other
>> such library.
> ... It is also quite crash resistant with the WAL imp
Thats true and we have.
With the amount of data we need to handle and the queries we need to
execute the postgresql database is way better suited for our needs.
SQLite do not have the functions we need anyways.
It is also quite crash resistant with the WAL implementation.
We still create the
On fös, 2006-12-15 at 11:41 +0100, Henrik Zagerholm wrote:
> Hello list,
> I'm working on a project which tries to run postgre as a embedded
> database.
>
> I'm know looking at start up scripts and initdb scripts.
>
> What are the necessary files for running initdb and running postgres
> as a
Hello list,
I'm working on a project which tries to run postgre as a embedded
database.
I'm know looking at start up scripts and initdb scripts.
What are the necessary files for running initdb and running postgres
as an embedded database?
All binary files and their deps are already fixed