Commit aefde67
committed
(improvement) metadata: select only needed columns from system_schema.columns
Replace SELECT * with an explicit column list for the system_schema.columns
query in SchemaParserV3 (inherited by V4). Only the 7 columns actually
consumed by the parser are fetched: keyspace_name, table_name, column_name,
clustering_order, kind, position, type. This reduces network transfer and
deserialization overhead during schema refresh.1 parent fc87fba commit aefde67
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2489 | 2489 | | |
2490 | 2490 | | |
2491 | 2491 | | |
2492 | | - | |
| 2492 | + | |
2493 | 2493 | | |
2494 | 2494 | | |
2495 | 2495 | | |
| |||
0 commit comments