DataMap is a data structure that can be used to accelerate certain query of the table. Different DataMap can be implemented by developers. Currently, there are two 2 types of DataMap supported:
When user issues CREATE DATAMAP dm ON TABLE main USING 'provider'
, the corresponding DataMapProvider implementation will be created and initialized.
Currently, the provider string can be:
When user issues DROP DATAMAP dm ON TABLE main
, the corresponding DataMapProvider interface will be called.
Click for more details about DataMap Management and supported DSL.