NDB temporary tables.
Temporary tables are not written to disk by DDL operations. This makes DDL much faster (useful for tests), but tables are lost after system restart. New commit, since this feature will not be available in 5.1.
Showing
This diff is collapsed.
Please register or sign in to comment