enable sql metadata query
explode metadata key/values to their own tables/rows (based on type). build a key string using dot notation similar to other nosql db and filter based on that. Blueprint: sqlalchemy-metadata-query Related-Bug: #1093625 Change-Id: I2076e67b79448f98124a57b62b5bfed7aa8ae2ad
This commit is contained in:
@@ -43,8 +43,8 @@ The following is a table indicating the status of each database drivers:
|
||||
Driver API querying API statistics Alarms
|
||||
================== ============================= =================== ======
|
||||
MongoDB Yes Yes Yes
|
||||
MySQL Yes, except metadata querying Yes Yes
|
||||
PostgreSQL Yes, except metadata querying Yes Yes
|
||||
MySQL Yes Yes Yes
|
||||
PostgreSQL Yes Yes Yes
|
||||
HBase Yes Yes, except groupby No
|
||||
DB2 Yes Yes No
|
||||
================== ============================= =================== ======
|
||||
|
||||
Reference in New Issue
Block a user