码迷,mamicode.com
首页 >  
搜索关键字:postgres pg_upgrade pg_dumpall    ( 915个结果
postgreSQL安装教程 Windows
Windows 上安装 PostgreSQL 这里使用 EnterpriseDB 来下载安装,EnterpriseDB 是全球唯一一家提供基于 PostgreSQL 企业级产品与服务的厂商。 下载地址:https://www.enterprisedb.com/downloads/postgres-p ...
分类:数据库   时间:2019-07-23 13:02:37    阅读次数:133
安装 sqoop
简介 Sqoop是一个用来将Hadoop(Hive、HBase)和关系型数据库中的数据相互转移的工具,可以将一个关系型数据库(例如:MySQL ,Oracle ,Postgres等)中的数据导入到Hadoop的HDFS中,也可以将HDFS的数据导入到关系型数据库中,但是不能将hbase、hive的数 ...
分类:其他好文   时间:2019-07-20 23:17:41    阅读次数:127
ora2pg oracle迁移postgresql工具
windows下安装 1. 安装strawberry-perl-5.24.3.1-64bit.msi 2. ora2pg-18.2.zip 解压缩cd 进入目录perl Makefile.PLdmake && dmake install 3. DBI-1.639.tar.gz解压缩cd 进入目录pe ...
分类:数据库   时间:2019-07-20 23:12:26    阅读次数:288
PostgreSQL 10编译安装(CentOS 7)
文档版本:v1.0 环境说明: PostgreSQL 10.9 CentOS 7.6 1 安装必要软件 2 获取Postgres资源并编译安装 可通过访问https://www.postgresql.org/ftp/source/确定所需版本,以下使用10.9版本进行安装。 # pwd /opt # ...
分类:数据库   时间:2019-07-20 00:23:39    阅读次数:150
部署高性能PostgreSQL集群
Postgres XL is composed of three major components: the GTM (Global Transaction Manager), the Coordinator and the Datanode. Their features are given in ...
分类:数据库   时间:2019-07-19 12:44:34    阅读次数:336
PostGIS mysql_fdw操作日志(留观)
#####Linux终端操作命令记录,留做自己后面研究,绿色部分为成功部分 错误: 服务器"mysql_server" 不存在postgres=# create user mapping for postgres server mysql_server1 options(username 'foo1 ...
分类:数据库   时间:2019-07-18 18:08:32    阅读次数:168
postgres数据库备份脚本
问题描述 postgres数据库之前没有备份机制,现在加上以防万一。每周末备份1次,只保留最新的3个sql文件 shell脚本 bash config begin meta_host=" . . . " mete_user="mete_user" mete_databse="mete_databse ...
分类:数据库   时间:2019-07-12 09:54:18    阅读次数:151
postgres优化项及linux上pg操作记录
1、linux切换到pg命令: 2、查看/退出pg 3、一般优化项 参数名 作用 64GB建议值 256GB建议值 shared_buffers 设置PostgreSQL中用于缓存的专用内存量。建议的设置值为机器总内存大小的25%。 16GB 64GB wal_buffers WAL(预写日志)记录 ...
分类:系统相关   时间:2019-07-10 18:38:13    阅读次数:207
ubuntu上安装postgres以及在远程连接上的坑
Ubuntu上是有自带postgres安装版本的,因此我们只用自带的安装: 1、查看可安装版本命令:apt-cache show postgresql 2、安装命令:sudo apt-get install postgresql 3、查看安装是否成功:psql --version 实现远程连接: 1 ...
分类:系统相关   时间:2019-07-09 15:31:19    阅读次数:158
00_SQL简介
1、什么是SQL? SQL,全称为Structured Query Language(结构化查询语言)。 要讲SQL就绕不开database(数据库), 平时所说的数据库,一般就是指的Relational database(关系型数据库)。 数据库是用来存储大量数据的一种软件,那么SQL呢是用来操作 ...
分类:数据库   时间:2019-07-08 15:24:14    阅读次数:115
915条   上一页 1 ... 24 25 26 27 28 ... 92 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!