Home > Backend Development > PHP Tutorial > mysql - Is the efficiency of ezsql the same as that of php if the cache is not turned on?

mysql - Is the efficiency of ezsql the same as that of php if the cache is not turned on?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-06 13:52:51
Original
918 people have browsed it

If ezsql does not enable caching, will the efficiency be the same as that of PHP? Is it equivalent to just making a package? If caching is enabled, will the data not be timely?

Reply content:

If ezsql does not enable caching, will the efficiency be the same as that of PHP? Is it equivalent to just making a package? If caching is enabled, will the data not be timely?

ezSQL uses disk cache. If the cache is enabled, the cache will expire after 24 hours by default. Data changes during this period will not be reflected in subsequent queries after the data is cached.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template