Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V8数据库表的疑问 #940

Closed
3 tasks
lecjy opened this issue Sep 10, 2023 · 5 comments
Closed
3 tasks

V8数据库表的疑问 #940

lecjy opened this issue Sep 10, 2023 · 5 comments
Assignees
Labels

Comments

@lecjy
Copy link
Collaborator

lecjy commented Sep 10, 2023

描述

多个表中都有以下字段,这些字段用在什么场景下,批次具体指什么?

NAMENUM int(11) DEFAULT '0' COMMENT '批次包含的名单总数',
VALIDNUM int(11) DEFAULT '0' COMMENT '批次包含的有效名单总数',
INVALIDNUM int(11) DEFAULT '0' COMMENT '批次包含的无效名单总数',
ASSIGNED int(11) DEFAULT '0' COMMENT '已分配名单总数',
NOTASSIGNED int(11) DEFAULT '0' COMMENT '未分配名单总数',
ENABLE tinyint(4) DEFAULT '0' COMMENT '分类状态',
execnum int(11) DEFAULT '0' COMMENT '导入次数',

以下表名中的filter是做什么用的?

uk_act_filter_his
uk_act_formfilter

以下表维度和立方体是做什么用?分别代表什么含义?

uk_cube_type
uk_cubemeasure
uk_cubelevel
uk_dimension

下面两个表的区别?
uk_datadic
uk_sysdic

下面两个表的区别?
uk_tableproperties
uk_tabletask

功能

操作系统

  • macOS or Mac OSX
  • Windows
  • Linux(Debian, CentOS, Ubuntu, etc.)

代码版本

@hailiang-wang
Copy link
Member

从数据表和代码推断,这些字段是之前 youkefu (优客服)的闭源代码包含的功能。

以下字段,电话销售外呼相关

NAMENUM int(11) DEFAULT '0' COMMENT '批次包含的名单总数',
VALIDNUM int(11) DEFAULT '0' COMMENT '批次包含的有效名单总数',
INVALIDNUM int(11) DEFAULT '0' COMMENT '批次包含的无效名单总数',
ASSIGNED int(11) DEFAULT '0' COMMENT '已分配名单总数',
NOTASSIGNED int(11) DEFAULT '0' COMMENT '未分配名单总数',
ENABLE tinyint(4) DEFAULT '0' COMMENT '分类状态',
execnum int(11) DEFAULT '0' COMMENT '导入次数',

应用场景:导入一个 excel 进行自动外呼,接听到后分配给座席。excel 中记录的是电话号码。同一个 excel 会多次导入。

  • 会进行电话标记,比如无效电话,那么第二次拨打会跳过

@hailiang-wang
Copy link
Member

从数据表和代码推断,这些字段是之前 youkefu (优客服)的闭源代码包含的功能。

以下可能是用于业务流程或表单

以下表名中的filter是做什么用的?

uk_act_filter_his
uk_act_formfilter

@hailiang-wang
Copy link
Member

从数据表和代码推断,这些字段是之前 youkefu (优客服)的闭源代码包含的功能。

以下用于报表建模、生成报表

以下表维度和立方体是做什么用?分别代表什么含义?

uk_cube_type
uk_cubemeasure
uk_cubelevel
uk_dimension

参考:

https://www2.microstrategy.com/producthelp/Current/manuals/en/MDXCubeReporting.pdf

https://blog.csdn.net/pentahos/article/details/21875259

@hailiang-wang
Copy link
Member

自定义词典和系统内置词典?

下面两个表的区别?
uk_datadic
uk_sysdic

可通过这里的代码确认

screenshot_20230910141635

这两个表用途不确认

印象中和报表相关,区别未知。

下面两个表的区别?
uk_tableproperties
uk_tabletask

@hailiang-wang
Copy link
Member

uk_ 开头的数据表是来自于 优客服,可能做过较小调整。
cs_ 开头是春松客服添加或将原表做了较大调整。

@lecjy lecjy closed this as completed Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants