
# FDI各类数据库支持哪些数据类型？
FDI各类数据库支持的数据类型有：
- Kafka数据库：string
- MySQL数据库：integer，bigint，number，varchar，char，float，date，timestamp，datetime
- Oracle数据库：integer，bigint，number，varchar，char，float，date，timestamp
- SQL Server数据库：integer，bigint，varchar，char，float，date，datetime
- PostgreSQL数据库：integer，number，varchar，char，float，date，timestamp
- MongoDB数据库：integer，double，string，boolean，date，long，object，array
- DIS：integer，JSON，arraystring，boolean，long，double，bigdecimal，date
- MRS Hive数据库：integer，bigint，string，float，timestamp，varchar，char，date
- MRS HBase数据库：string
![](https://support.huaweicloud.com/roma_faq/public_sys-resources/note_3.0-zh-cn.png)
不建议在MRS Hive数据库中使用varchar、char、date，长度超过限制后，FDI会自动进行截取，可能造成信息不完整。
