<small id='TIAdk'></small><noframes id='TIAdk'>

    1. <tfoot id='TIAdk'></tfoot>
      <i id='TIAdk'><tr id='TIAdk'><dt id='TIAdk'><q id='TIAdk'><span id='TIAdk'><b id='TIAdk'><form id='TIAdk'><ins id='TIAdk'></ins><ul id='TIAdk'></ul><sub id='TIAdk'></sub></form><legend id='TIAdk'></legend><bdo id='TIAdk'><pre id='TIAdk'><center id='TIAdk'></center></pre></bdo></b><th id='TIAdk'></th></span></q></dt></tr></i><div id='TIAdk'><tfoot id='TIAdk'></tfoot><dl id='TIAdk'><fieldset id='TIAdk'></fieldset></dl></div>
        <bdo id='TIAdk'></bdo><ul id='TIAdk'></ul>
      <legend id='TIAdk'><style id='TIAdk'><dir id='TIAdk'><q id='TIAdk'></q></dir></style></legend>

        为新行轮询 MySQL 表的最快方法是什么?

        What#39;s the fastest way to poll a MySQL table for new rows?(为新行轮询 MySQL 表的最快方法是什么?)
          • <small id='ekkNW'></small><noframes id='ekkNW'>

            <i id='ekkNW'><tr id='ekkNW'><dt id='ekkNW'><q id='ekkNW'><span id='ekkNW'><b id='ekkNW'><form id='ekkNW'><ins id='ekkNW'></ins><ul id='ekkNW'></ul><sub id='ekkNW'></sub></form><legend id='ekkNW'></legend><bdo id='ekkNW'><pre id='ekkNW'><center id='ekkNW'></center></pre></bdo></b><th id='ekkNW'></th></span></q></dt></tr></i><div id='ekkNW'><tfoot id='ekkNW'></tfoot><dl id='ekkNW'><fieldset id='ekkNW'></fieldset></dl></div>

              <legend id='ekkNW'><style id='ekkNW'><dir id='ekkNW'><q id='ekkNW'></q></dir></style></legend>

                  <bdo id='ekkNW'></bdo><ul id='ekkNW'></ul>
                    <tbody id='ekkNW'></tbody>
                  <tfoot id='ekkNW'></tfoot>
                  本文介绍了为新行轮询 MySQL 表的最快方法是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我的应用程序需要轮询 MySQL 数据库以获取新行.每次添加新行时,都应该检索它们.我正在考虑创建一个触发器来将新行的引用放在一个单独的表上.原始表有超过 300,000 行.

                  My application needs to poll a MySQL database for new rows. Every time new rows are added, they should be retrieved. I was thinking of creating a trigger to place references to new rows on a separate table. The original table has over 300,000 rows.

                  该应用程序是用 PHP 构建的.

                  The application is built in PHP.

                  一些好的答案,我认为这个问题值得奖励.

                  Some good answers, i think the question deserves a bounty.

                  推荐答案

                  对于外部应用程序,我发现使用 TimeStamp 列是一种更可靠的方法,它独立于自动 ID 和其他主键问题

                  For external applications I find using a TimeStamp column is a more robust method that is independent of auto id and other primary key issues

                  向表中添加列,例如:

                  insertedOn TIMESTAMP DEFAULT CURRENT_TIMESTAMP
                  

                  或跟踪插入和更新

                  updatedOn TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
                  

                  在外部应用程序中,您需要做的就是跟踪进行民意调查时的最后一个时间戳.然后在所有相关表上从该时间戳中向前选择.在大表中,您可能需要索引时间戳列

                  In the external application all you need to do is track the last timestamp when you did a poll. Then select from that timestamp forward on all the relevant tables. In large tables you may need to index the timestamp column

                  这篇关于为新行轮询 MySQL 表的最快方法是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)

                    • <small id='F1FxE'></small><noframes id='F1FxE'>

                      <tfoot id='F1FxE'></tfoot>
                      <legend id='F1FxE'><style id='F1FxE'><dir id='F1FxE'><q id='F1FxE'></q></dir></style></legend>

                    • <i id='F1FxE'><tr id='F1FxE'><dt id='F1FxE'><q id='F1FxE'><span id='F1FxE'><b id='F1FxE'><form id='F1FxE'><ins id='F1FxE'></ins><ul id='F1FxE'></ul><sub id='F1FxE'></sub></form><legend id='F1FxE'></legend><bdo id='F1FxE'><pre id='F1FxE'><center id='F1FxE'></center></pre></bdo></b><th id='F1FxE'></th></span></q></dt></tr></i><div id='F1FxE'><tfoot id='F1FxE'></tfoot><dl id='F1FxE'><fieldset id='F1FxE'></fieldset></dl></div>
                        <tbody id='F1FxE'></tbody>

                          • <bdo id='F1FxE'></bdo><ul id='F1FxE'></ul>