Re: How do I use the backend APIs

Поиск
Список
Период
Сортировка
От Chad
Тема Re: How do I use the backend APIs
Дата
Msg-id 1140167176.328920.150490@g14g2000cwa.googlegroups.com
обсуждение исходный текст
Ответ на Re: How do I use the backend APIs  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: How do I use the backend APIs
Список pgsql-general
In a word: The kind of problems people use Berkeley DB for.

People use BDB for more fine grained cursor access to BTrees. Stuff you
CANNOT do with SQL. There is a market for this. See their website. I'd
like something similar from Postgres so that the data would be stored
in a full fledged RDBMS but I could use the cursor methods for
searching more efficient than SQL. Best of both worlds.

I've had a quick browse around the Postgres code and found some
functions like "_bt_first()" but no sample code to use it. BTW its for
developing an alternative server based access to the underlying
relational data.


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

Предыдущее
От: jim_bowery@hotmail.com
Дата:
Сообщение: Re: Ident authentication failed without su to user
Следующее
От: kishore.sainath@gmail.com
Дата:
Сообщение: Converting an ASCII database to an UTF-8 database