<title>MySQL Cluster size estimate for <TMPL_VARNAME="db"ESCAPE="HTML"></title>
<style type="text/css">
table{border-collapse:collapse}
td,th{border:1pxsolidblack}
</style>
</head>
<body>
<h1>MySQL Cluster analysis for <TMPL_VARNAME="db"escape="html"></h1>
<p>This is an automated analysis of the <TMPL_VARNAME="DSN"escape="html"> database for migration into <ahref="http://www.mysql.com/">MySQL</a> Cluster. No warranty is made to the accuracy of the information.</p>
<p>This information should be valid for MySQL 4.1</p>
<ul>
<TMPL_LOOPNAME="tables">
<li><TMPL_VARNAME="table"></li>
</TMPL_LOOP>
</ul>
<hr/>
<TMPL_LOOPNAME="tables">
<h2><TMPL_VARNAME="table"></h2>
<table>
<tr>
<th>Column</th>
<th>Type</th>
<th>Size</th>
<th>Key</th>
<TMPL_LOOPNAME=releases>
<th><TMPL_VARNAME=rel> NDB Size</th>
</TMPL_LOOP>
</tr>
<TMPL_LOOPNAME="columns">
<tr>
<td><TMPL_VARNAME=name></td>
<td><TMPL_VARNAME=type></td>
<td><TMPL_VARNAME=size></td>
<td><TMPL_VARNAME=key></td>
<TMPL_LOOPNAME=datamemory>
<td><TMPL_VARNAME=val></td>
</TMPL_LOOP>
</tr>
</TMPL_LOOP>
</table>
<p> </p>
<h3>Indexes</h3>
<p>We assume that indexes are ORDERED (not created USING HASH). If order is not required, 10 bytes of data memory can be saved per row if the index is created USING HASH</p>