好的活动日历/日程安排设计指南吗?

发布于 2024-08-31 00:07:17 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

池予 2024-09-07 00:07:17

“schedulePattern”,以一种成熟的方式,使用 Cron 格式来存储用户的日程安排。运行任务的好主意。

这种格式简单但复杂。在关系数据库中,如果将 Cron 的每个“条目”分离到具有合适索引的表列中,将会带来一些性能优势。

然而,工作量是这种格式和用户界面之间的转换。以及最初应该记录用户输入的原始数据。

我会设计两种表,一种用于用户输入的原始数据,另一种用于运行计划任务。

The "schedulePattern", in a mature way, uses Cron format to store the users' schedule is a good idea for running task.

This format is simple but sophisticated. In relational database, there would be some performance benefit if you seperate every "entry" of Cron to a column of table with suitable indexes.

The effort, however, is the translation between this format and user interface. And the raw data to which user input should be recorded originally.

I would design two kinds of table, one for raw data inputted by user, another for running task for schedule.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文