Re: mysql to postgresql, performance questions

Поиск
Список
Период
Сортировка
От Dave Crooke
Тема Re: mysql to postgresql, performance questions
Дата
Msg-id ca24673e1003231637v568fc630sbba3cefec10fe7be@mail.gmail.com
обсуждение исходный текст
Ответ на Re: mysql to postgresql, performance questions  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-performance
MyISAM is SQLLite with some threading ;-)

On Tue, Mar 23, 2010 at 6:30 PM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
On Tue, Mar 23, 2010 at 5:07 PM, Dave Crooke <dcrooke@gmail.com> wrote:
> What about InnoDB?

Depends on what parts of mysql they otherwise use.  There are plenty
of features that won't work if you're using non-myisam tables, like
full text search.  I tend to think any full blown (or nearly so) db is
overkill for mythtv, and the use of something like sqllite or berkely
db tables is a better fit.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: mysql to postgresql, performance questions
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: mysql to postgresql, performance questions