sqld icon indicating copy to clipboard operation
sqld copied to clipboard

Local tables

Open penberg opened this issue 2 years ago • 1 comments

There are use cases where you want some of the tables to be just local on the node, never replicated. For example, we could augment the CREATE TABLE syntax to allow users to create tables that are never replicated.

penberg avatar May 24 '23 18:05 penberg

I don't see a way to do that with a single database. Maybe there could be local databases though, and those databases could be attached to a replicated database, but the implications are not clear to me.

Removing the good first issue tag, sounds quite tricky to me

MarinPostma avatar May 28 '23 19:05 MarinPostma