Tagged articles
1 articles
Page 1 of 1
ITPUB
ITPUB
May 2, 2016 · Databases

How to Combine Multiple MyISAM Tables with MySQL’s MERGE Engine

This guide explains how to use MySQL’s MERGE storage engine to merge identically structured MyISAM tables into a single logical table, covering creation, querying, INSERT handling, adding new members, and important caveats such as avoiding primary keys.

MERGE engineSQLdatabase tables
0 likes · 5 min read
How to Combine Multiple MyISAM Tables with MySQL’s MERGE Engine