opengauss

opengauss 数据库对表进行授权

opengauss数据库导入后,新增的用户没有权限,需要对schema下所有表进行批量授权,sql如下 #高斯对单表进行授权 GRANT Delete, Insert, References, Select, Trigger, Truncate, Update ON TABLE "db_test". ......
opengauss 数据库 数据

Datakit迁移MySQL到openGauss

下载操作系统 https://www.openeuler.org/zh/download/ https://support.huawei.com/enterprise/zh/doc/EDOC1100332931/1a643956 https://support.huawei.com/enterpri ......
openGauss Datakit MySQL

opengauss-测试shared_buffers对影响DROP TABLE的性能影响

https://mp.weixin.qq.com/s/b2_Wteyv9ujoW2IV2y8QAw 记录一下白老师提到的在PG数据库中 shared_buffers会影响DROP TABLE的性能。 在opengauss中的测试,tps波动不明显: ......

openGauss-预编译慢问题

背景: 使用opengauss3.0.3,JDBC使用占位符,PreparedStatement的方法测试,因为是压测和业务场景特殊,每次使用的参数都一致。 现象: 1、不传参的方法,将where条件变量写死,执行时间很快 2、修改enable_pbe_optimization=off,发现执行5次 ......
openGauss 问题

openGauss集群主库出现流复制延迟告警

问题描述:环境是openGauss 5.0集群,在一次意外重启数据库之后。收到了一个主库的主从延迟告警,只有从库才能出现延迟,主库怎么会出现了告警延迟 告警信息: Status: Resolved Hostname: hkuatxcrecondb01 IP Address: 192.168.163. ......
集群 openGauss

centos7.9 安装 openGauss 5.0.0

openGauss下载地址: https://opengauss.org/zh/download (选择企业版下载) 1.1首先检查THP的启用状态 ,如果两个输出都是madvise never 则忽略1.2,否则需要进行1.2设置 #> cat /sys/kernel/mm/transparent ......
openGauss centos7 centos

DBeaver链接OpenGauss数据库

一、DBeaver链接教程 1、官网地址 Download | DBeaver Community 2、配置maven仓库 路径:窗口->首选项->连接->驱动->Maven->添加 https://maven.aliyun.com/repository/public/ 3、新建驱动 路径:数据库- ......
OpenGauss DBeaver 链接 数据库 数据

OpenGauss 单机版安装

OpenGauss 单机版安装 银河麒麟的前置事项 yum -y install libaio-devel flex bison ncurses-devel glibc-devel patch readline-devel openssl-devel sqlite-devel libnsl bzip ......
单机版 单机 OpenGauss

SpringBoot集成openGauss

1.pom依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <depend ......
SpringBoot openGauss

Navicat远程链接openGauss数据库

文章目录 前言 一、环境准备 二、openGauss服务设置步骤 2.1 切换至用户openGauss 2.2添加放行IP 2.3 修改加密方式 3.4 重启openGauss服务 3.5 创建远程连接角色 备注 总结 前言 最近这段时间再整理openGauss数据库相关内容,在这里总结记录并分享一 ......
openGauss Navicat 链接 数据库 数据

openGauss数据库配置远程连接

txdb=# show password_encryption_type; password_encryption_type 2(1 row) txdb=# alter system set password_encryption_type=1;ALTER SYSTEM SET 远程连接修改:[ra ......
openGauss 数据库 数据

openGauss数据库tpcc测试

建表语句 CREATE TABLESPACE example2 relative location 'tablespace2'; CREATE TABLESPACE example3 relative location 'tablespace3'; create table bmsql_config ......
openGauss 数据库 数据 tpcc

openGauss数据库tpch测试

CREATE TABLE PART ( P_PARTKEY SERIAL, P_NAME VARCHAR(55), P_MFGR CHAR(25), P_BRAND CHAR(10), P_TYPE VARCHAR(25), P_SIZE INTEGER, P_CONTAINER CHAR(10), ......
openGauss 数据库 数据 tpch

【云原生】使用Docker部署openGauss5.0.0【自制镜像更安全】

opengauss5.0.0基于docker的安装 强烈建议大家使用我的方法进行部署,因为我们不能确定第三方的opengauss-docker镜像在制作的过程中是否增加了其他步骤,做出来的镜像是否为纯净版镜像只有自己从openGauss官网下载的安装包,自己进行制作镜像,才能保证100%是纯净版镜像 ......
openGauss5 openGauss 镜像 Docker 0.0

openGauss单机版安装

机器: hostnamectl set-hostname node1 编译安装python3 yum install -y libaio-devel gcc gcc-c++ zlib-devel expect bzip2 [root@node1 ~]# mkdir -p /opt/software/ ......
单机版 单机 openGauss

openGauss数据库在CentOS上的安装实践

本文分享自华为云社区《openGauss数据库在CentOS上的安装实践》,作者:Gauss小松鼠 。 1.安装前准备 安装数据库前先要有已安装centOS 7.6的服务器+数据库安装包。 首先找小伙伴申请了华为云ECS服务器安装好了OS,这里使用的是x86_64+centos。 华为云服务器现在可 ......
openGauss 数据库 数据 CentOS

openGauss 5.0.0 资源管控功能介绍

openGauss 5.0.0 资源管控功能介绍 严少安2023-07-12 228 openGauss 5.0.0 在资源管控方面有了显著的提升。在原生的 PostgreSQL 中其实并没有资源管控特性,但是在 EDB 版本,及其他云厂的 PG 中,增加了资源管控能力,对于 Serverless ......
openGauss 功能 资源

openGauss数据库常用操作命令

#### 1. 以操作系统用户omm登录数据库主节点 ``` su - omm ``` ##### 1.1 启动服务 ``` 分布式openGauss: gs_om -t start 启动服务 gs_om -t restart 重启服务 集中式openGauss: gs_om -t stop 关闭服 ......
openGauss 命令 常用 数据库 数据

7大openGauss商业版发布,共推规模落地行业核心场景

openGauss 商业版发布了很多产品,是基于 openGauss 推出商业发行版 目前海量数据库 Vastbase 表现最佳,一直是 TOP 1 众所周知,opengauss 起源于 postgresql,在此基础上做了改良 海量数据库从 postgresql 就已经开始做商业版 ,一直做到 o ......
openGauss 场景 核心 规模 商业

openGauss笔记 - 实现docker安装openGauss,使用Data Studio连接

# openGauss笔记 ## Docker安装openGauss ### 拉取openGauss镜像 openGauss 5.0.0 有企业版和轻量版。轻量版定位是在软硬件资源受限场景下仍可使用openGauss,但是保留了企业版大部分的特性,轻量版通过参数默认关闭的特性:Ustore、Asp、 ......
openGauss 笔记 docker Studio Data

GuassDB(for openGauss)集中式集群搭建及使用

GuassDB(for openGauss)集中式集群搭建及使用 首页 >> GuassDB(for openGauss)集中式集群搭建及使用 详细流程查看 ( GaussDBInstaller_V1.0.3.2脚本安装使用说明书 ) 即可, 本文重点阐述实际安装过程中的要点。 1.系统及配置 安装 ......
集群 openGauss GuassDB for

(建议收藏)如何处理 openGauss 上遇到的慢 SQL

(建议收藏)如何处理 openGauss 上遇到的慢 SQL 发布于 2022-12-07 14:19:15 4460 举报 大家好,我是 JiekeXu,很高兴又和大家见面了,今天和大家一起来学习在 openGauss 上遇到慢 SQL 该怎么办? 在数据库的日常使用中,难免会遇到慢 SQL,遇到 ......
openGauss 建议 SQL

openGauss SQL 引擎|查询优化

openGauss SQL 引擎|查询优化 发布于 2023-02-24 10:23:18 1740 举报 上一篇 openGauss SQL 引擎 中我们介绍了SQL引擎概览、SQL解析以及查询优化器的优势和优化技术的分类,本文将详细介绍查询优化的相关内容。 (一)查询重写 查询重写利用已有语句特 ......
openGauss 引擎 SQL

建议收藏 | 在openGauss上遇到慢SQL该怎么办?

建议收藏 | 在openGauss上遇到慢SQL该怎么办? top_tony 发布于 2022-8-17 15:45 1469浏览 0收藏 在数据库的日常使用中,难免会遇到慢SQL,遇到慢SQL本身并不可怕,困难之处在于如何识别慢SQL并对其优化,使它不至于拖慢整个系统的性能,避免危害到日常业务的正 ......
openGauss 怎么办 建议 SQL

openGauss WDR报告详细解读

openGauss WDR报告详细解读 openGauss数据库自2020年6月30日开源至今已有10个月了,在这短短的10个月内,openGauss社区用户下载量已达13W+、issue合并2000+、发行商业版本6个。仅3月份就有11家企业完成CLA签署,包括虚谷伟业、云和恩墨、优炫软件、海量数 ......
openGauss 报告 WDR

通过CM集群管理的openGauss数据库选主策略

通过CM集群管理的openGauss数据库选主策略 前提条件:集群内参与选主的备实例数量超过集群实例总数的一半 细分策略: (1)cma会尝试拉起数据库集群原始主实例,6s内成功拉起则无需新一轮仲裁 (2)local_term最大的 (3)local_last_xlog_location最大的 ......
集群 openGauss 策略 数据库 数据

openGauss安装

[root@e3base1 script]# ./gs_preinstall -U e3base -G e3base -X cluster_config.xmlParsing the configuration file.Successfully parsed the configuration f ......
openGauss

DB_VERSION:opengauss 3.0.3

DB_VERSION:opengauss 3.0.3 1.[GAUSS-51632] [GAUSS-51632] : Failed to do gs_sshexkey.Error: Please enter password for current user[root]. Error: Failed ......
DB_VERSION opengauss VERSION DB

openGauss企业版简化安装

openGauss企业版简化安装 锁钥2023-01-08 374 openGauss企业版简化安装 操作系统配置 数据库配置安装 数据库检查 bilibili同步演示视频:https://www.bilibili.com/video/BV1JW4y1G7BV bilibili视频专栏:https: ......
openGauss 企业

openGauss 3.1.0 版本gs_stack功能解密

openGauss 3.1.0 版本gs_stack功能解密 Gauss松鼠会 数据库技术探索,GaussDB、openGauss技术交流 不管是测试还是研发,工作中总有遇到各种各样的问题。比如,你有没有遇到过在数据库中执行某个SQL,却一直不返回结果,这时候的你是不是非常想看一下代码执行到了哪个函 ......
openGauss gs_stack 版本 功能 stack
共58篇  :1/2页 首页上一页1下一页尾页