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?
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.