51CTO首页
内容精选
博客
学堂
精培
企业培训
CTO训练营
开源基础软件社区
元宇宙大会
AISummit人工智能大会
移动端
公众号矩阵
博客
免费课程
课程排行
直播课
软考学堂
精品班
厂商认证
IT技术
2022年软考
PMP项目管理
在线学习
企业服务
CTO训练营
技术经理研习营
LeaTech峰会
文章
资源
问答
开源课堂
专栏
直播
51CTO博客
首页
关注
热榜
订阅专栏
学堂
精培
开源社区
CTO训练营
51CTO
班级博客
登录
注册
手机随时阅读
新人专享大礼包¥24
写文章
搜索历史
清空
热门搜索
查看【
】的结果
51CTO博客
>
热门标签
>
opengauss
opengauss
全部文章
近期文章
热门文章
标签简介
【opengauss】内容共 240 条
转载
openGauss
安全(下)
上篇内容从
openGauss
安全机制概览、
openGauss
安全认证、
openGauss
角色管理机制等方面介绍了
openGauss
安全(上)中的内容,本篇将围绕
openGauss
审计与追踪、
openGauss
数...
openGauss
阅读 249
评论 2
点赞 0
mb607022e25a607
480 天前
转载
openGauss
安全(上)
随着数字化技术的飞速发展,数字、连接、信号、人工智能充斥着人们工作、生活的各个领域。这些数字化信息被快速转换成数据并存放在各式各样的数据库系统中,而且通过进一步的数据管理与分析产生商...
openGauss
阅读 288
评论 2
点赞 0
mb607022e25a607
480 天前
原创
openGauss
集群搭建
openGauss
是华为基于postgresql内核开发的应用于oltp场景的开源关系型数据库,本次搭建基于
openGauss
-1.0.0环境准备主机ip配置用途10.0.61.190Centos7.6 1C/8G/50G主节点10.0.61.191Centos7.6 1C/8G/50G从节点安装前...
java
阅读 337
评论 0
点赞 0
mb5ff980b461ced
525 天前
原创
openGauss
集群搭建
openGauss
是华为基于postgresql内核开发的应用于oltp场景的开源关系型数据库,本次搭建基于
openGauss
-1.0.0环境准备主机ip配置用途10.0.61.190Centos7.6 1C/8G/50G主节点10.0.61.191Centos7.6 1C/8G/50G从节点安装前...
java
阅读 620
评论 0
点赞 0
mb5ff981d806017
534 天前
原创
OpenGauss
使用记录
概述华为开源的
opengauss
数据库基于postgresql,所以pg的用法90%适用于
opengauss
数据库。常规使用pg_hba.conf 需配置访问数据库的机器IP,并设置访问方式,貌似必须为sha权限:启动/停止/重启数据库# 需切换到omm用...
opengauss
postgresql
阅读 424
评论 0
点赞 0
006玩命
155 天前
转载
openGauss
数据库源码解析系列文章——
openGauss
简介(二)
上一篇
openGauss
数据库源码解析系列文章--
openGauss
简介(上)中,从
openGauss
概述、应用场景、系统结构、代码结构四个方面对
openGauss
进行了初步介绍。其中,
openGauss
的代码结构介绍了数据库系...
openGauss
阅读 918
评论 2
点赞 0
mb607022e25a607
478 天前
转载
openGauss
事务机制(上)
事务是为用户提供的最核心、最具吸引力的数据库功能之一。简单地说,事务是用户定义的一系列数据库操作(如查询、插入、修改或删除等)的集合,从数据库内部保证了该操作集合(作为一个整体)的原子性(...
openGauss
阅读 104
评论 2
点赞 0
mb607022e25a607
436 天前
转载
openGauss
SQL引擎 (上)
数据库的SQL引擎是数据库重要的子系统之一,它对上负责承接应用程序发送的SQL语句,对下负责指挥执行器运行执行计划。其中优化器作为SQL引擎中最重要、最复杂的模块,被称为数据库的“大脑”,优化器产生的执行计划...
openGauss SQL
阅读 75
评论 2
点赞 0
mb607022e25a607
484 天前
转载
SphereEx加入
openGauss
社区
SphereEx 签署 CLA ( Contribution License Agreement,贡献许可协议),正式加入
openGauss
社区。 SphereEx 和
openGauss
是天然契合的伙伴。
openGauss
作为企业级开源数据库,具备高可用、高性能、高安全、...
github
paas
gitee
阅读 124
评论 0
点赞 0
openGauss
386 天前
转载
openGauss
内存管理初探
最近,有小伙伴在
openGauss
技术交流群里问到在编码开发过程中如何进行内存分配的问题,本文将对此做一个初步的解答。
openGauss
的内存管理进行了多方面的扩展和改造,目的是适配多线程架构,更好的满足企业化应用...
gaussdb
jemalloc
prof
postgresql
graphviz
阅读 83
评论 0
点赞 0
openGauss
329 天前
转载
openGauss
开机自启动
openGauss
开机自启动,我们先来了解一下自定义服务的配置文件组成部分,共分为[Unit]、[Service]、[Install]三个部分,下面以centos7.6为例。[Unit]Description=当前服务的简单描述Documentation= 服务配置文件的位...
重启
启动服务
自定义
阅读 76
评论 0
点赞 0
openGauss
118 天前
原创
openGauss
单机部署实践
本文主要分享
openGauss
的单机部署过程,总体感觉非常方便。
openGauss
数据库简介
openGauss
是一款开源关系型数据库管理系统,采用木兰宽松许可证v2发行。
openGauss
内核深度融合华为在数据库领域多年的经验,...
sql
centos
xml
阅读 143
评论 0
点赞 0
miguel2
99 天前
原创
openGauss
动态数据脱敏
数据脱敏背景及介绍1.1数据库脱敏背景伴随着互联网大数据、云服务等新兴技术的飞速发展和普及,业务上云、数据集中存储、数据共享等数据应用方式已成为未来发展的趋势,云数据库和云计算服务具有易部署、低成本、高...
openGauss
动态数据
阅读 333
评论 0
点赞 0
openGauss
462 天前
转载
openGauss
感谢有您!
欢迎访问
openGauss
官方网站
openGauss
开源社区官方网站:https://
opengauss
.orgopenGauss组织仓库:https://gitee.com/opengaussopenGauss镜像仓库:https://github.com/
opengauss
-mirror 扫码关注我...
github
gitee
微信公众号
git
开源社区
阅读 121
评论 0
点赞 0
openGauss
259 天前
转载
openGauss
数据库源码解析系列文章——
openGauss
开发快速入门(三)
在
openGauss
数据库源码解析系列文章——
openGauss
开发快速入门(中),介绍了
openGauss
基本使用,本篇将从
openGauss
的开发和编译、参与
openGauss
社区开源项目两方面展开具体介绍。三、 开发和编...
openGauss
阅读 280
评论 2
点赞 0
mb607022e25a607
436 天前
转载
DataPipeline正式加入
openGauss
社区
2021年8月,DataPipeline数见科技与GaussDB(for
openGauss
)完成兼容性测试,并且签署CLA(Contribution License Agreement, 贡献许可协议),正式加入
openGauss
社区。 DataPipeline数见科技是一家企业级批流一体数...
data pipeline
github
gaussdb
gitee
数据
阅读 57
评论 0
点赞 0
openGauss
364 天前
转载
openGauss
系统函数添加指导
1函数架构简介
openGauss
内函数可以分为两个部分:身份注册声明:
openGauss
中存在一个系统表 pg_proc,这个表存放了所有函数的基本元信息,相当于函数的“户口本”,只有在其中可以查到的函数,才可以在SQL语...
postgresql
sql
数据库
json
阅读 24
评论 0
点赞 0
openGauss
154 天前
原创
openGauss
中的锁超时
pg从9.3版本开始提供了lock_timeout参数用以指定锁超时时间,默认0,
openGauss
由于是基于9.2.4版本pg研发,所以没有这个参数,但是
openGauss
中存在两个参数控制着锁超时:lockwait_timeout,update_lockwait_timeout...
java
阅读 173
评论 0
点赞 0
mb5ff980b461ced
535 天前
转载
马上消费加入
openGauss
社区
马上消费金融股份有限公司(以下简称“马上消费”)签署CLA(Contribution License Agreement,贡献许可协议),正式加入
openGauss
社区。 马上消费是一家经中国银监会批准设立的持有消费金融牌照的科技驱动型金...
github
人工智能
gitee
阅读 80
评论 0
点赞 0
openGauss
385 天前
原创
ScaleFlux正式加入
openGauss
社区
ScaleFlux签署CLA(Contribution License Agreement, 贡献许可协议),正式加入
openGauss
社区。 ScaleFlux 成立于2014年,是全球可计算型存储技术和产品引领者,拥有存储行业最具创新力和产品经...
github
gitee
数据库
微信公众号
存储技术
阅读 12
评论 0
点赞 0
openGauss
150 天前
首页
1
2
3
4
5
6
7
8
共240条记录
简介
博客百科
相关文章
openGauss编译安装过程
openGauss执行器技术
openGauss社区成立Graph SIG
openGauss内核分析:查询重写
openGauss祝您新春快乐!
openGauss与PostgreSQL的对比
openGauss中的锁超时
openGauss社区成立ReleaseManagement SIG
openGauss 2.0.0 版本正式发布
openGauss/PostgreSQL vacuum full源码解析
相关搜索
全部
putty access denied opengauss
Copyright © 2005-2022
51CTO.COM
版权所有 京ICP证060544号
关于我们
官方博客
意见反馈
了解我们
全部文章
在线客服
网站地图
热门标签
友情链接
开源基础软件社区
51CTO学堂
51CTO