南大通用GBase 8a数据库支持2类索引,可人工创建和删除。其中针对精确查询的Hash索引,以及针对多列查询的行存列索引。
Month: July 2020
How to check the loading progress of a Nanda General GBase 8a cluster
南大通用GBase 8a集群查看加载进度,可以从如下的表可以查到 information_schema.load_status
南大通用GBase 8a集群JDBC 批量提交rewriteBatchedStatements
Base 8a集群JDBC 批量提交rewriteBatchedS tatements参数的使用注意事项
南大通用GBase 8a集群审计日志(audit log)和常规日志(general log)的区别
南大通用GBase 8a集群审计日志(audit log)和常规日志(general log)的区别
Nanda General GBase8a Cluster 862 Build 43 Version Beginner's Guide and Product Manual
本文档适合于首次接触GBase 8a 集群的用户,以862Build43版本为基础,介绍安装,建表,入库,导出等最常用操作。
南大通用GBase 8a集群并发时锁等待超时参数gcluster_lock_timeout,Can't lock table报错
南大通用GBase 8a数据库集群内部,通过锁机制来实现资源的并行操作,其等待超时参数通过gcluster_lock_timeout设置,默认是0一直等待。
fio磁盘性能测试参数
fio磁盘性能测试参数
南大通用GBase 8a集群启动日志报错Memory manager is unable to allocate specified amount of memory
南大通用GBase 8a数据库集群在启动时,会从操作系统分配足够的物理内存,默认值是物理内存的60%,连续的。如不足,则报这个错误。一般是因为有其它程序使用了内存,特别是一些java程序。
南大通用GBase 8a集群数据库用户密码长度限制
南大通用GBase 8a集群数据库用户密码长度限制,通过系统参数password_min_length进行。
南大通用GBase 8a集群数据库用户密码策略功能
南大通用GBase 8a集群数据库用户密码策略功能,password_format_option参数设置,包括数字,字母,大小写,特殊符号等。