dbx/agents/metadata-constraint-coverag...

3.2 KiB

1driverstrategyscopereason
2accessintentional-fallbackjava-jdbc-metadataUses Access JDBC metadata; no portable stable server-side paging API, common constraints filter locally.
3bigquerynative-pushdownjava-sqlUses dataset INFORMATION_SCHEMA.TABLES with type, normal-name filter, stable order, and literal LIMIT/OFFSET.
4cassandra-goshared-fallbacknative-goUses cassandra-gocql-driver schema metadata, then applies stable filtering and paging in the native agent.
5damengnative-pushdownjava-sqlUses ALL_OBJECTS with type, filter, stable order, and LIMIT/OFFSET with legacy fallback.
6databendnative-pushdownjava-sqlUses system procedures for routine pushdown and shared table metadata constraints for table-like objects.
7db2native-pushdownjava-sqlUses SYSCAT metadata with type, filter, stable order, and OFFSET/FETCH.
8gbase8anative-pushdownjava-sqlUses information_schema with type, filter, stable order, and LIMIT/OFFSET.
9gbase8snative-pushdownjava-sqlUses systables with type, filter, stable order, and SKIP/FIRST.
10goldendbnative-pushdownjava-sqlUses information_schema with type, filter, stable order, and LIMIT/OFFSET.
11h2native-pushdownjava-sqlUses INFORMATION_SCHEMA with type, filter, stable order, and LIMIT/OFFSET.
12hiveintentional-fallbackjava-sqlUses Hive metadata paths where stable server-side fuzzy paging is not portable, common constraints filter locally.
13informixnative-pushdownjava-sqlUses systables/sysprocedures with type, filter, stable order, and SKIP/FIRST.
14kingbase-goshared-fallbacknative-goUses sys_catalog/information_schema for compatibility-aware metadata, then applies stable filtering and paging in the native agent.
15vastbase-goshared-fallbacknative-goUses pg_catalog/information_schema for Vastbase metadata, then applies stable filtering and paging in the native agent.
16kylinintentional-fallbackjava-jdbc-metadataUses JDBC metadata from Kylin driver; no portable server-side paging API, common constraints filter locally.
17neo4j-goshared-fallbacknative-goUses Neo4j schema procedures with stable local filtering and paging because label discovery does not expose portable server-side metadata pagination.
18oceanbase-oraclenative-pushdownjava-sqlUses Oracle-compatible metadata SQL with type, filter, stable order, and ROWNUM paging.
19oracle-gonative-pushdownnative-goUses Oracle-compatible metadata SQL with type, filter, stable order, and ROWNUM paging, with legacy profile guard.
20snowflakenative-pushdownjava-sqlUses INFORMATION_SCHEMA with type, filter, stable order, and literal LIMIT/OFFSET.
21sparkintentional-fallbackjava-show-metadataUses SHOW TABLES/SHOW DATABASES; stable server-side fuzzy paging is not portable, common constraints filter locally.
22sundbnative-pushdownjava-sqlUses information_schema with type, filter, stable order, and LIMIT/OFFSET.
23tdengineshared-fallbacknative-rustUses SHOW STABLES/TABLES with information_schema parent enrichment, then applies stable filtering and paging in the native agent.
24trinonative-pushdownjava-sqlUses information_schema.tables with type, filter, stable order, and literal LIMIT/OFFSET.
25xugunative-pushdownnative-goUses ALL_TABLES/ALL_VIEWS metadata with type, filter, stable order, and ROWNUM paging.