Virtual Tables
Virtual tables provide support for arrays. Each virtual table contains the data from one array, and each row in the table represents an element from the array. If an element contains an array, then the connector creates additional virtual tables as needed to expand the nested data.
In each virtual table, the connector creates a primary key column named
In the ODBC layer, the name of the virtual table is formed using the document type that contains the array, an underscore character (_
), and the name of the array. In the Couchbase layer, the name of the virtual table is formed using the name of the .
)[ ]
) for each hierarchy level in which the array is nested.
- Schema Definitions
- Base Tables
- Example of Table Creation during Schema Generation
- Features
- Configuring the Driver on page 1