Re: (another ;-)) PostgreSQL-derived project ...

Поиск
Список
Период
Сортировка
От Albretch Mueller
Тема Re: (another ;-)) PostgreSQL-derived project ...
Дата
Msg-id CAFakBwh-L33J_6Vkdf=0FKR4kgL+ygXVXfFRNtz-7Y5V1bgepQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: (another ;-)) PostgreSQL-derived project ...  (Uwe Schroeder <uwe@oss4u.com>)
Ответы Re: (another ;-)) PostgreSQL-derived project ...  (David Johnston <polobo@yahoo.com>)
Re: (another ;-)) PostgreSQL-derived project ...  (Alban Hertroys <haramrae@gmail.com>)
Re: (another ;-)) PostgreSQL-derived project ...  (Scott Ribe <scott_ribe@elevated-dev.com>)
Re: (another ;-)) PostgreSQL-derived project ...  (Martijn van Oosterhout <kleptog@svana.org>)
Re: (another ;-)) PostgreSQL-derived project ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: (another ;-)) PostgreSQL-derived project ...  (Uwe Schroeder <uwe@oss4u.com>)
Re: (another ;-)) PostgreSQL-derived project ...  (Chris Travers <chris.travers@gmail.com>)
Список pgsql-general
~
 Well, at least I thought you would tell me where the postgresql-base
is to be found. The last version I found is:
~
 http://freebsd.csie.nctu.edu.tw/pub/distfiles/postgresql/postgresql-base-8.3beta2.tar.bz2
~
 and I wondered what that is and why there are no postgresql-base
after "8.3beta2"
~
> I cannot imagine you would benefit that much by removing these capabilities compared to simply ignoring them.
> Plus, by having it in the DB I avoid considerable considerable overhead
~
 Can you or do you know of anyone who has made those kinds of
imaginations falsifiable?
~
> ... and can now use those features within my SQL statements/queries.
~
 For what exactly? Isn't a comparison on 4 numeric bytes (1 (or 1/2)
word in modern hardware) more efficient than comparing sequences of
string characters?
~
> simply guessing that in simply being feature rich PostgreSQL has sub-optimal performance
~
 I never said that
~
> ... you might want to look at SQLite.  It provides a number of compile-time options where you can exclude various
featuresyou don't want from the binary 
~
 I couldn't find the compile options you mentioned: sqlite.org/
{faq.html, custombuild.html, docs.html}
~
> ... you're looking for a non-sql compliant SQL database where a lot of the data integrity is actually coded in the
application:-) 
~
 First past of your statement I acknowledged, but how is it exactly
that "lot of the data integrity is actually coded in the application"
~
> That approach strips down on application complexity. My apps don't have to do any post-processing
of the data - I query the records I need and the app merely displays them.
~
 Again have you actually tested those assumptions?
~
> My point being: postgresql does what it does very reliably
~
 I never said otherwise
~
 lbrtchx

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

Предыдущее
От: "Reuven M. Lerner"
Дата:
Сообщение: Re: Speed of lo_unlink vs. DELETE on BYTEA
Следующее
От: hamann.w@t-online.de
Дата:
Сообщение: Re: looking for a faster way to do that