File system cache best practices:

Databases have a feature called materialized views - a view that is periodically filled with computed data, which can be regarded as a cache mechanism in itself. MySQL doesn’t have materialized views but they can be emulated to some extent.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.