From: nihal dindar Date: January 15 2010 2:43pm Subject: Append-only MyISAM List-Archive: http://lists.mysql.com/internals/37643 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Hello, I want to implement an append-only MyISAM to keep the arrival-order on the data as well as benefit from indexes. Is it enough to disable the updates and deletes in MyISAM or should I implement indexes on Archive storage? Thanks in advance, Nihal