文件名称:mat-view-strat-pg:使用 PostgreSQL 的物化视图策略
文件大小:158KB
文件格式:ZIP
更新时间:2024-06-30 17:35:04
PLpgSQL
使用 PostgreSQL 的物化视图策略 此存储库包含此博客文章的测试数据和代码: : 加载测试数据: createdb pg_cache_demo psql -f accounts.sql pg_cache_demo psql -f transactions.sql pg_cache_demo psql -f postgresql_view.sql pg_cache_demo psql -f postgresql_mat_view.sql pg_cache_demo psql -f eager_mat_view.sql pg_cache_demo psql -f lazy_mat_view.sql pg_cache_demo
【文件预览】:
mat-view-strat-pg-master
----README.md(511B)
----names.txt(216KB)
----accounts.sql(359KB)
----postgresql_view.sql(197B)
----postgresql_mat_view.sql(344B)
----transactions.sql(644B)
----post.md(17KB)
----lazy_mat_view.sql(3KB)
----eager_mat_view.sql(2KB)