DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- MetaObjCache: To cache and manage all external meta objects.
Scheduling
- Creation of DataSource (In review)
- create/drop/alter/show/switch syntax support
- Persistence of DataSource
- https://github.com/apache/incubator-doris/pull/10033
- InternalDataSource Support (Already merged)
- The change of the original interface ensures that the previous use logic remains unchanged.
- https://github.com/apache/incubator-doris/pull/9953
- https://github.com/apache/incubator-doris/pull/10044
- HMSExternalDataSource Support (Under development, 6.17)
- Ability to synchronize HiveMetaStore data sources
- Able to show databases, show tables, desc table, information schema
- Can be converted to the original Hive/HudiScanNode for data query
- https://github.com/apache/incubator-doris/pull/10028
- FE side ExternalFileScanNode development (Under development, 6.17)
- Unify hive/iceberg/hudi scan node
- Support partition prunning and other functions
- https://github.com/apache/incubator-doris/pull/9973
- BE side ExternalFileScanNode development (6.24)
- Replace the BrokerScanNode
- Only supported in the vectorized engine, with the vectorized parquet/orc reader
- DataSource permission management (Under development, 6.17)
- Support DataSource-level permission management
- SQL syntax support (6.24)
- SQL syntax supports three-level qualified names
- Support query across DataSource
- Parquet predicate pushdown (Designing, 6.24)
- Support column pruning and predicate filtering for parquet files
- Test and Bug Rush (6.30)
- [3-7] test of part of the work
- Functionally the same as before
At the end of June, support access to hive, iceberg, hudi through the new framework, and the performance is better than before.
==================================================
- Read optimization of ORC/Text file format
- ESExternalDataSource support
- ODBCExternalDataSource support
- Support for appearance statistics
- Collection and display interface of statistics
- Statistics framework that needs to be combined with the new optimizer
- Define basic data structures, including DataSource interface, ExternalScanNode, ExternalTable, etc.
- POC: Access to the hive metastore data source using these basic data structure.
- Support dynamic loading user defined datasource using SPI.
- SQL parser: Support datasource qualifier.
- Privilege: Support privilege management for datasource level.
- Metadata Cache