存储过程的替代方案

发布于 2024-10-03 19:39:36 字数 125 浏览 5 评论 0原文

我使用一个网络主机,他说每次我想执行存储过程时,我都必须向他们的支持团队发送电子邮件,他们将授予我第一次使用它的权限,(不保证时间尺度或任何东西)有没有我可以使用存储过程的替代方案来加速显示 mysql 数据库中的 5000 多条记录?

I use a web host who say that everytime i want to execute a stored procedure, i have to email their support team and they will grant permission for me to use it for the first time, (no guarantee of timescales or anything) are there any alternatives to stored procedures that i can use to speed up displaying 5000+ records from a mysql DB?

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

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

发布评论

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

评论(1

自在安然 2024-10-10 19:39:36

你在这里问错了问题。它与存储过程的替代方案无关。传递两个附加参数 LIMIT、OFFSET 作为参数,并且仅返回您在 LIMIT 中告诉的内容

You asked the wrong question here. It has nothing to do with alternative to stored procedures. Pass two additional params LIMIT, OFFSET as params and will return only what you have told in LIMIT

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