gpt4 book ai didi

php - 无法使用 PHP 和 MySQL 检索批量记录

转载 作者:行者123 更新时间:2023-11-29 01:43:44 25 4
gpt4 key购买 nike

我在 MySQL 中有一个表,其结构为:

id int(10) PRIMARY,
app_no varchar(255)

INDEX appno_index 字段 app_no 上类型为 BTREE

现在这张表中有 900000 多条记录。我正在使用 CodeIgniter 模型来列出记录。我对 CodeIgniter 中记录列表的查询是

$query = $this->db->query("SELECT id, app_no FROM `app_no` USE INDEX(appno_index)");

但是 MySQL 会抛出这样的错误。

fatal error :在第 162 行的 C:\wamp\www\~\system\database\drivers\mysql\mysql_result.php 中允许的 134217728 字节的内存大小耗尽(试图分配 24 字节)

如何使用任何东西优化我的查询,以便页面显示所有记录?

最佳答案

在单个页面上显示的记录太多了。

考虑使用 CodeIgniter 的 Pagination Library相反。

关于php - 无法使用 PHP 和 MySQL 检索批量记录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12836444/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com