Re: MySQL Blackhole Engine

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: MySQL Blackhole Engine
Дата
Msg-id 22422.1352244313@sss.pgh.pa.us
обсуждение исходный текст
Ответ на MySQL Blackhole Engine  (Deron <fecastle@gmail.com>)
Ответы Re: MySQL Blackhole Engine  (Simon Riggs <simon@2ndQuadrant.com>)
Re: MySQL Blackhole Engine  (Deron <fecastle@gmail.com>)
Список pgsql-admin
Deron <fecastle@gmail.com> writes:
> We are looking at integrating a 3rd party application.  They currently use
> MySQL for their database solution.  We are asking them to see about porting
> to PostgreSQL.   One of the issues they are running into is that they use
> MySQL "BLACKHOLE" storage engine.

Really?  I've always assumed that was utterly useless except as a
template for writing new mysql storage engines.  What are they using it
for?

You could presumably approximate the behavior by attaching a BEFORE
INSERT trigger to a table that just always returns NULL.

            regards, tom lane


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

Предыдущее
От: Deron
Дата:
Сообщение: MySQL Blackhole Engine
Следующее
От: Sergey Konoplev
Дата:
Сообщение: Re: MySQL Blackhole Engine