forked from MaterializeInc/materialize
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Splitting this out of MaterializeInc#24138, which exposes the catalog shard via SQL, because there are some open questions to resolve for the adapter pieces, but the storage part is ready to go. Bonus, this neatly splits the needed code reviewers. The catalog is already a persist shard with the usual `SourceData, (), Timestamp, Diff` type, maintained entirely outside storage. Model this as a storage collection which happens to be backed by a persist shard. We could copy this shard into one managed entirely by storage, but as a performance and complexity optimization, we don't.
- Loading branch information
Showing
3 changed files
with
25 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters