-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Layered Tables
-
None
-
Storage Engines - Foundations
-
SE Foundations - Q4+ Backlog
-
3
Currently __wt_layered_table_manager_entry stores the following fields:
struct __wt_layered_table_manager_entry {
uint32_t ingest_id;
uint32_t stable_id;
const char *layered_uri;
const char *ingest_uri;
const char *stable_uri;
};
Check whether ingest_uri, stable_uri could be removed