Re: MemSQL the "world's fastest database"?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: MemSQL the "world's fastest database"?
Дата
Msg-id 29682.1340655331@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: MemSQL the "world's fastest database"?  (<gnuoytr@rcn.com>)
Список pgsql-performance
<gnuoytr@rcn.com> writes:
>> Then there's this from the article:
>>
>> "The key ideas are that SQL code is translated into C++, so avoiding the
>> need to use a slow SQL interpreter, and that the data is kept in memory,
>> with disk read/writes taking place in the background."
>>
>> Besides the nonsense statement that SQL is translated to C++ (Lexical
>> scanners would circumvent even this step, and does that mean you have to
>> literally compile the resulting C++? Ridiculous.)  ...

> DB2 on the mainframe (if memory serves), for one, will compile static SQL to machine code.  Not that unusual.

Yeah.  Actually such techniques go back at least to the fifties (look up
"sort generators" sometime).  They are out of fashion now because
(1) the achievable speed difference isn't what it once was, and
(2) programs that execute self-modified code are prone to seriously
nasty security issues.  Get any sort of control over the code generator,
and you can happily execute anything you want.

            regards, tom lane

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

Предыдущее
От: Alejandro Carrillo
Дата:
Сообщение: Re: Postgres delete performance problem
Следующее
От: Jesper Krogh
Дата:
Сообщение: Re: Performance of a large array access by position (tested version 9.1.3)