I've created the MEMORY tabe and I've made an update. I've closed and opened the database and the update is there... How come if the update it is performed only in memory and it is lost after closing the database?
Thanks! On Thursday, June 20, 2013 4:13:55 PM UTC+3, Noel Grandin wrote: > > The table is persistent, but it's storage lives only in memory. > > On 2013-06-20 15:09, Andrei Manz wrote: > > 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? > > -- 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.
