Re: patch: SQL/MED(FDW) DDL

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: patch: SQL/MED(FDW) DDL
Дата
Msg-id 4C918099.1070905@catalyst.net.nz
обсуждение исходный текст
Ответ на Re: patch: SQL/MED(FDW) DDL  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: patch: SQL/MED(FDW) DDL  (Hitoshi Harada <umi.tanuki@gmail.com>)
Список pgsql-hackers
On 16/09/10 14:05, Robert Haas wrote:
> On Wed, Sep 15, 2010 at 9:22 PM, Tom Lane<tgl@sss.pgh.pa.us>  wrote:
>    
>> Hitoshi Harada<umi.tanuki@gmail.com>  writes:
>>      
>>> 2010/9/16 Robert Haas<robertmhaas@gmail.com>:
>>>        
>>>> Oh, key-value store, I bet.  Yeah, that would be cool.
>>>>          
>>      
>>> That's it. Like Redis, Tokyo Cabinet, or something.
>>>        
>> What exactly do those get you that an ordinary index, or at worst an
>> index-organized table, doesn't get you?
>>      
>
> For example, you can imagine that if
> you have a "sessions" table where you store a record for each
> currently-logged-in user, an unlogged table would be fine.  If the
> database crashes and comes back up again, everyone has to log in
> again, but that's a rare event and not a disaster if it happens.
>
>    

Or perhaps even a "sessions" type table where the rows are overwritten 
in place in some manner, to avoid bloat.

regards

Mark


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

Предыдущее
От: Itagaki Takahiro
Дата:
Сообщение: Re: patch: SQL/MED(FDW) DDL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: RelationCreateStorage can orphan files