Re: Does anyone use in ram postgres database?

Поиск
Список
Период
Сортировка
От Ozz Nixon
Тема Re: Does anyone use in ram postgres database?
Дата
Msg-id 4BACC137.3040409@gmail.com
обсуждение исходный текст
Ответ на Re: Does anyone use in ram postgres database?  (Alan McKay <alan.mckay@gmail.com>)
Ответы Re: Does anyone use in ram postgres database?  (Alan McKay <alan.mckay@gmail.com>)
Re: Does anyone use in ram postgres database?  (John Gage <jsmgage@numericable.fr>)
Список pgsql-general
On 3/26/10 10:06 AM, Alan McKay wrote:
> On Thu, Mar 25, 2010 at 4:15 PM, Scott Marlowe<scott.marlowe@gmail.com>  wrote:
>
>> These questions always get the first question back, what are you
>> trying to accomplish?  Different objectives will have different
>> answers.
>>
> We have a real-time application that processes data as it comes in.
> Doing some simple math tells us that a disk-based DB cannot possible
> perform fast enough to allow us to process the data.
>

I have to ask the obvious question... as we develop solutions which must
process 100,000 queries a second. In those cases, we use a combination
hash table and link-lists. There are times where SQL is not the right
choice, it is great for simplifying indexing and locks - but prior to
SQL *we* had to write code guys... and it sounds like you too need to go
back to old-school programming techniques.

O.

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

Предыдущее
От: Alan McKay
Дата:
Сообщение: Re: Does anyone use in ram postgres database?
Следующее
От: Szymon Guz
Дата:
Сообщение: Re: Need help on updating an entire column with a list of values, I have.