HPE Ezmeral Data Fabric Database Tables
The maprdb
format plugin enables you to query binary and JSON tables
like you would query files in a file system because HPE Ezmeral Data Fabric Database and
the file system share the same namespace.
Binary tables differ from JSON tables in that they store a multi-dimensional map in which both keys and values are a sequence of bytes. JSON tables store OJAI documents. JSON tables support rich data types, including complex and repeated types, that enable database servers to evaluate filter conditions for optimized query execution. Binary tables can pose performance limitations because the table columns do not contain the necessary type information.
The following sections describe the types of tables that HPE Ezmeral Data Fabric Database supports, provide examples of Drill queries on each type of table, and show you how to load data into a JSON table from JSON files.