我有个分表的想法,比如将一些数据行非常多的表分成多个文件,或者将一些功能关联比较强的数据放在一个数据文件如json中 #240
JingxuOuyang
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
现在schema中groups会将字段按照不同groups来导出,能否在输出的时候按照一些规则将数据(即excel的行)分组。
比如 有些记录很多的表,假如有10w条记录,可能需要将记录1w条1w条的分成10个表
或者 一个对话的需求,表里面每行都是单个句子,我希望将其中几十个句子按照某列‘talkGroup’来分组,因为播放对话的时候,一般只需要某个‘TalkGroup’的句子,因此在导表的时候,我希望将记录按照‘TalkGroup’来分组。
大佬们帮忙看看我这个idea是否有意义?
Beta Was this translation helpful? Give feedback.
All reactions