One small question. The table created with MEMORY tag, it is persistent but 
the updates of the table are made in the memory or are commited on the disk?
Thanks.

On Thursday, June 20, 2013 4:06:30 PM UTC+3, Andrei Manz wrote:
>
> Thank you.
>
> On Thursday, June 20, 2013 4:00:34 PM UTC+3, Noel Grandin wrote:
>>
>> Use a memory table. 
>> http://h2database.com/html/grammar.html#create_table 
>> Then you won't even need a view. 
>>
>> On 2013-06-20 14:50, Andrei Manz wrote: 
>> > I need that table to be temporary and non persistent because it is 
>> > updated very quickly on a system which has an micro SDHC card as the 
>> > storring hardware. 
>> > I don't know how to create this table in this way and also to have the 
>> > view created and recompiled. 
>> > 
>> > Do you have any ideea? 
>> > 
>>
>>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to