Similar to the relationship between Database and RDBMSDatabase, DataStore should hold general functionality while RDBMSDataStore should contain the specific RDBMS functionality.
This would mean things like partitions and databases mostly get moved up to the Database level.
Similar to the relationship between Database and RDBMSDatabase, DataStore should hold general functionality while RDBMSDataStore should contain the specific RDBMS functionality.
This would mean things like partitions and databases mostly get moved up to the Database level.