摘要:
转自:(96条消息) PostgreSQL index monitor——监控哪些表需要创建索引_foucus、的博客-CSDN博客 在数据库的使用过程中,可能某些表随着数据量的增大而因为没有索引仍旧使用的全表扫描,我们可以使用下列脚本来监控哪些大表上需要创建索引。 1、监控哪些表需要创建索引 SE 阅读全文
摘要:
pg_settings pg_settings提供了对服务器运行时参数的访问。 它实际上是SHOW和SET命令的另外一个接口。 它还提供一些用SHOW不能直接获取的参数的访问,比如最大和最小值。 表 47-67. pg_settings 字段 名字类型描述 name text 运行时配置参数名 se 阅读全文
摘要:
主要时间浪费在 //执行计算 object result = new DataTable().Compute(s, ""); 这条语句上。如果不加处理,特别大的整数相乘,会提示值 太大。只好将整数加个0变为小数; using System; using System.Collections.Gene 阅读全文
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; usi 阅读全文
摘要:
PGTune - calculate configuration for PostgreSQL based on the maximum performance for a given hardware configuration (leopard.in.ua) PG的配置文件是数据库目录下的pos 阅读全文