Conversation
d37402a to
6b50712
Compare
docs/RFCS/information_schema.md
Outdated
| and as long as they add concrete value. An example here would be a column in the | ||
| `INFORMATION_SCHEMA.TABLES` table about column families. What other columns or tables would be | ||
| valuable CockroachDB-extensions to the `information_schema`? | ||
|
|
There was a problem hiding this comment.
The content of the table could also not be up-to-date (i.e. it could omit a table that was created but hasn't been discovered by the local node yet).
There was a problem hiding this comment.
Could it? The information_schema.tables table will be populated with a scan similar to
Line 304 in 3dbb3cb
|
Sounds reasonable to me. Thanks for including all the details on how other DBs actually implement that table - TIL. Reviewed 1 of 1 files at r1. Comments from Reviewable |
|
Review status: all files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. docs/RFCS/information_schema.md, line 200 [r1] (raw file):
Interleaved tables? Comments from Reviewable |
|
Review status: all files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. docs/RFCS/information_schema.md, line 200 [r1] (raw file):
|
|
Review status: all files reviewed at latest revision, 4 unresolved discussions, some commit checks failed. docs/RFCS/information_schema.md, line 26 [r1] (raw file):
Do you have a list of which ORMs use docs/RFCS/information_schema.md, line 143 [r1] (raw file):
Should we consider removing/deprecating the Comments from Reviewable |
|
#7974 should be able to use |
|
Review status: all files reviewed at latest revision, 4 unresolved discussions, some commit checks failed. docs/RFCS/information_schema.md, line 201 [r1] (raw file):
|
6b50712 to
73af988
Compare
|
Added a section on privileges to address @tschottdorf's comment. I'm a little shocked that Review status: 0 of 1 files reviewed at latest revision, 4 unresolved discussions, some commit checks pending. docs/RFCS/information_schema.md, line 26 [r1] (raw file):
|
|
Reviewed 1 of 1 files at r2. Comments from Reviewable |
|
Review status: all files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. docs/RFCS/information_schema.md, line 143 [r1] (raw file):
|
|
Review status: all files reviewed at latest revision, 4 unresolved discussions, some commit checks failed. docs/RFCS/information_schema.md, line 143 [r1] (raw file):
|
73af988 to
65fbbf7
Compare
65fbbf7 to
319071f
Compare
Support the `information_schema` specification.
319071f to
f4bc2f6
Compare
Support the
information_schemaspecification.Rendered preview: https://github.com/nvanbenschoten/cockroach/blob/nvanbenschoten/isRFC/docs/RFCS/information_schema.md
This change is