liubingjun
liubingjun
对于分区表的分区数量,用户难以指定,就是指定了也未必合适。 建议由OB系统根据资源大小和数据量大小灵活指定,动态变化,始终最优。 用户只需要指定分区类型分区键就可以了
### Describe your question 请问一下: 如果在OB社区版上,项目运行没有问题,切换到企业版是不是没问题? 反过来是不是也成立?
### Please check the issue list for the same question - [X] Please try full text in English and attach precise description. ### Describe your question springboot独立的报表项目,要求所有访问对只读副本操作。 如何从会话级别设置设置 ob_read_consistency 变量。...
用的是OceanBase数据库企业版 3.2.2,因为数据量很大,所以用了分区表 以下是建表语句: CREATE TABLE `sto_kucun_move_detail_title` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `mtanr_vouch_no` varchar(60) NOT NULL COMMENT '商品凭证编号', `order_date` datetime NOT NULL COMMENT '单据日期(业务日期,凭证日期)', `posting_date` datetime DEFAULT NULL COMMENT '过账日期',...