From: Johan Andersson Date: May 16 2012 12:55pm Subject: Re: cluster create table List-Archive: http://lists.mysql.com/cluster/8333 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d04088ef506cee504c026d6ee --f46d04088ef506cee504c026d6ee Content-Type: text/plain; charset=ISO-8859-1 Hi, In memory. Tables are by default checkpointed and redo logged so they can be recovered. You must explicitly create a table space and create your tables in your table space if you want the tables to reside on disk. BR johan Severalnines AB On Wed, May 16, 2012 at 1:19 PM, kuntal wrote: > if table space is not mentioned during creation of table in mysql cluster > what > is the default storage? DISK/MEMORY?? > > > -- > MySQL Cluster Mailing List > For list archives: http://lists.mysql.com/cluster > To unsubscribe: http://lists.mysql.com/cluster > > --f46d04088ef506cee504c026d6ee--