Re: PostgreSQL, MySQL, etc., was Re: PostgreSQL is much

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: PostgreSQL, MySQL, etc., was Re: PostgreSQL is much
Дата
Msg-id 3FC59FB7.3000703@myrealbox.com
обсуждение исходный текст
Ответ на PostgreSQL, MySQL, etc., was Re: PostgreSQL is much faster than MySQL, only when...  ("Chris Travers" <chris@travelamericas.com>)
Список pgsql-general
Chris Travers wrote:
> Anyway one additional thought I had was that it should be possible to write
> parsers for text files in PL/PERLu and then plug those in as views.  In this
> way, files such as /etc/passwd or even /var/log/messages could be used as if
> they were tables in the database.  Information from these tables could then
> be selected into other tables, presented directly to an application, etc.
> While it mught be possible to do the same for MySQL, it would be much more

Copy can import delimited data with user specified delimiter. May be you can
upload the files in batch to database periodically.

Of course if you need multiple delimiter parsing, then you need to do something
about it. Sed/AWK scripts probably..

> Next question-- any ideas how one could generate something like MySQL's heap
> tables (maybe in shared memory?) within PostgreSQL?

Pardon the dumb question(Used mysql seriously onced 2 years back.). What is heap
table? What do you need that postgresql does not offer? Just trying to understand..

  Shridhar


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

Предыдущее
От: "Chris Travers"
Дата:
Сообщение: PostgreSQL, MySQL, etc., was Re: PostgreSQL is much faster than MySQL, only when...
Следующее
От: Thierry Missimilly
Дата:
Сообщение: Re: What is WAL used for?