Simplified (a-la [G|N]DBM) DB access

Поиск
Список
Период
Сортировка
От Alexandre
Тема Simplified (a-la [G|N]DBM) DB access
Дата
Msg-id 307cf7d17939661fae3f6df87e3ffc04@rambler.ru
обсуждение исходный текст
Ответы Re: Simplified (a-la [G|N]DBM) DB access
Список pgsql-general
Good day,

excuse me, if my question is lame, but is it possible to get some
simplified access to the PostgreSQL?

What I mean is: currently to get/put/delete/edit any data I have to
compose an SQL query, which should be parsed, compiled, optimized and
so on. While, in some tasks simple interface a-la [G|N]DBM should be
more than enough, but it will be more preferable to store all data in
one database, which support concurrent access, transactions, etc.

For example, let me have some textual data in PostgreSQL, and let me
wish to have an inverted index for some statistical analyses purpose
(for example, search, but without using tsearch2). For now, to make any
operations with all that data, I have to use an SQL, which makes such
thing really slow (take a look at sql-mode mnogosearch and others).
Yes, I can store all that data outside the db, but I will have to
reinvent all the features, which realized great in PostgreSQL (for
example, recovery, transactions) and I will get harder administrative
support, backup and so on.

Thank you in advance,
Regards,
/Alexandre.



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

Предыдущее
От: Marco Colombo
Дата:
Сообщение: Re: PostgreSQL as a filesystem
Следующее
От: "R WARRINER"
Дата:
Сообщение: Postgresql 8.0.2 SLES 9 rpm - libpq.so.3 broken