doc: fix storage backend features status

Change-Id: I9ecec8769c133dfa05fa98070b461481ea542402
Fixes-Bug: #1218419
This commit is contained in:
Julien Danjou 2013-08-30 15:46:45 +02:00
parent 14732a9257
commit 0c97879c9a

View File

@ -39,10 +39,12 @@ numerous reasons:
The following is a table indicating the status of each database drivers:
================== ============= ================= ==============
Driver API Complete Storage Complete Production Use
================== ============= ================= ==============
MongoDB Yes Yes Multiple
mysql, postgresql No Yes None known
HBASE No Yes None known
================== ============= ================= ==============
================== ============================= =================== ======
Driver API querying API statistics Alarms
================== ============================= =================== ======
MongoDB Yes Yes Yes
MySQL Yes, except metadata querying Yes Yes
PostgreSQL Yes, except metadata querying Yes Yes
HBase Yes Yes, except groupby No
DB2 Yes No No
================== ============================= =================== ======