-
Type: New Feature
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Not Needed
We currently only allow "file:" and "lsm:" URIs, which we find by walking the list of data handles. We should support "table:" URIs, which we can do by:
1. making tables into real data sources;
2. using __wt_schema_worker to identify data sources instead of walking the list directly; or
3. writing special-case code in the statistics logger to walk tables.