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

本地数据源导入修改为异步行为 #1294

Closed
narasux opened this issue Oct 11, 2023 · 1 comment · Fixed by #1915
Closed

本地数据源导入修改为异步行为 #1294

narasux opened this issue Oct 11, 2023 · 1 comment · Fixed by #1915
Assignees
Labels
tenant 多租户版本功能

Comments

@narasux
Copy link
Collaborator

narasux commented Oct 11, 2023

  • 前端交互需要调整
  • Excel 文件应该如何送到后台任务中?
    • 外部存储如 ceph, cos, bkrepo 成本较高,引入复杂度
    • DB 存储有超过单行数据 size 上限的风险
    • redis 也许是个不错的方案,需要注意设置 timeout,在 worker 取走数据后,主动清理?
@nannan00 nannan00 added the tenant 多租户版本功能 label Oct 13, 2023
@narasux narasux self-assigned this Oct 16, 2023
@nannan00
Copy link
Collaborator

如果考虑使用redis,需要设置key的 expires,同时需要查阅 redis value最大支持多少,对性能(特别是网络IO)有什么影响

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tenant 多租户版本功能
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants