From: Johan Andersson Date: July 14 2011 7:59am Subject: Re: mysql cluster ndb engine index file List-Archive: http://lists.mysql.com/cluster/8083 Message-Id: <4E1EA1D7.4020808@severalnines.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------090205030504060400020100" --------------090205030504060400020100 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 8bit Yes, the index will be rebuilt automatically. The data (stored in the DataMemory) is checkpointed, and modifications are redo logged. When the data node recovers, it will read up the last completed checkpoint and apply the redo log (essentially you can think of this as restoring a backup). When the data node restores the data, the indexes will be rebuilt automatically Best regards, Johan web: www.severalnines.com/config twitter: twitter.com/severalnines skypeid: johan-at-mysql On 2011-07-14 09.50, nn hust wrote: > but if we need restart the mysql cluster£¬will it need to rebuild the > index£¿ > > where can I get the detail info about the index£¿ > > 2011/7/14 Johan Andersson > > > Hi, > The index is stored in-memory, so there is no index file. > > Best regards, > Johan > > web: www.severalnines.com/config > twitter: twitter.com/severalnines > skypeid: johan-at-mysql > > > > On 2011-07-14 09.29, hustnn wrote: > > Hi,how does ndb engine organize the index file of table£¬where > can I find the > index file? > > -- > View this message in context: > http://mysql-cluster.1050023.n4.nabble.com/mysql-cluster-ndb-engine-index-file-tp3666802p3666802.html > Sent from the MySQL - Cluster mailing list archive at Nabble.com. > > > --------------090205030504060400020100--