MYSQLI 手册翻译的疑惑
程序员文章站
2022-06-16 11:05:30
...
这是在mysqli_stmt_fetch中的一段英文。
Data are transferred unbuffered without calling mysqli_stmt_store_result() which can decrease performance (but reduces memory cost).
这句话是指使用store_result会降低性能但减少内存消耗,还是指不用store_result的话会降低性能、减少内存消耗
谢谢!
Data are transferred unbuffered without calling mysqli_stmt_store_result() which can decrease performance (but reduces memory cost).
这句话是指使用store_result会降低性能但减少内存消耗,还是指不用store_result的话会降低性能、减少内存消耗
谢谢!
回复内容:
这是在mysqli_stmt_fetch中的一段英文。
Data are transferred unbuffered without calling mysqli_stmt_store_result() which can decrease performance (but reduces memory cost).
这句话是指使用store_result会降低性能但减少内存消耗,还是指不用store_result的话会降低性能、减少内存消耗
谢谢!
意思应该是不使用mysqli_stmt::store_result的话,会降低性能,但能节省内存.
因为mysqli_stmt::store_result会把所有结果一次性全部传回到PHP程序中,性能肯定更高,但内存占用也会比fetch逐条从MySQL取记录到PHP程序多.
推荐阅读
-
翻译:XtraDB/InnoDB中的AUTO_INCREMENT处理方式(已提交到MariaDB官方手册)
-
.NET开源类库Nini手册(INI、XML、注册表的配置应用)-中文翻译
-
MYSQLI 手册翻译的疑惑
-
官方手册Learning PyTorch with Examples的翻译
-
PHP5最新版的手册如何看啊mysqli如何查看
-
PHP5最新版的手册如何看啊mysqli如何查看
-
用mysqli的bind_result获取所有结果集的疑惑.
-
翻译:XtraDB/InnoDB中的AUTO_INCREMENT处理方式(已提交到MariaDB官方手册)
-
翻译整理的jQuery使用查询手册_jquery
-
PHP5最新版的手册如何看啊mysqli如何查看