dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Support multiple DBs in a single commit graph

Open zachmu opened this issue 3 years ago • 1 comments

Today, every database (in the CREATE DATABASE sense) is its own dolt repository with its own commit history. This is the simplest model to understand and implement.

However, some customers may also want multiple logical DBs to share a single commit history. There should be configuration that makes it possible for CREATE DATABASE statements to create a new DB in the same repository, with the same commit history.

zachmu avatar Mar 21 '22 15:03 zachmu

This is now technically feasible with the addition of schema elements to serialized table names.

zachmu avatar May 08 '24 21:05 zachmu