专家好:
感谢前面问题的即时回复,让我在存储选型上有些信心。现在我还没入门,不吝赐教。
目前在测试doris写入效率,只配了一个fe 和 一个 be 。在同一个服务器上
我用jdbc的PreparedStatement 批量写入数据,比如2w一批。然后进入mysql-client 查看表中的条数,发现增长缓慢。
不知道是我配置问题还是使用问题。
"replication_num" = "1"
在fe.log 出现大量的 错误 ,如下:
15:48:42.038 [pool-1-thread-5] WARN com.example.demo.DemoApplication - error :
Doris currently not support binary type. If you want to save some object like
image file,
you may need to convert it to base64 and save as a string(in utf8).
--
此致!Best Regards
陈明雨 Mingyu Chen
Email:
chenmin...@apache.org
在 2021-12-22 11:09:41,"赵珩" 写道:
>不是很清楚你在doris中存储二进制数据的用途, 是维度还
Boolean does not support in 0.13 with flink connector.
And 0.13 is too old, please upgrade Doris to the newest version(0.15), this
issue has been fixed
--
此致!Best Regards
陈明雨 Mingyu Chen
Email:
chenmin...@apache.org
在 2021-12-22 09:29:56,"宋展" <15727356...@163.com> 写道:
大家好,请教一个问题哈 ,我现