码迷,mamicode.com
首页 >  
搜索关键字:msyql cluster    ( 3734个结果
Elasticsearch升级到1.2(1.x)API的变化-二
一、统计信息相关命令的变化 有关集群状态cluster_state, 节点信息nodes_info, 节点统计信息nodes_stats和索引信息indices_stats命令格式进行了统一,比如查看集群信息使用命令: curl -XGET http://localhost:9200/_cluster/state/nodes?pretty=1 查看节点统计信息: curl ...
分类:Windows程序   时间:2014-08-22 21:13:39    阅读次数:494
[转]MySQL-Galera Cluster With HAproxy
When I started working on Open Stack, I had to investigate about the HA of the nova component. Unfortunatly the nova configuration needed a single ent...
分类:数据库   时间:2014-08-22 21:04:19    阅读次数:527
[转]MySQL Multi Master replication with Galera
Galera is a synchronous multi-master cluster for MySQL/InnoDB databases. Some features and benefits of Galera are: Synchronous replication. Multi mast...
分类:数据库   时间:2014-08-22 21:02:59    阅读次数:405
[转]MySQL Multi-master Replication With Galera
Setup MySQL master-master replication with Galera I. Galera introduction MySQL/Galera is synchronous multi-master cluster for MySQL/InnoDB database. T...
分类:数据库   时间:2014-08-22 21:00:29    阅读次数:427
linux下solr的安装与配置
准备工作下载solr和tomcat solr-4.8.1.tgz,apache-tomcat-7.0.54.tar.gz打开/home/cluster,解压缩tarzxvfapache-tomcat-7.0.54.tar.gztarzxvfsolr-4.8.1.tgz开始安装配置solr建立sol....
分类:系统相关   时间:2014-08-22 16:00:19    阅读次数:258
Failed to upgrade Oracle Cluster Registry configuration(root.sh)
最近在给客户基于Suse 11 sp3安装Oracle 10g RAC,在安装完clusterware执行/u01/app/crs/root.sh时收到错误提示,Failed to upgrade Oracle Cluster Registry configuration由于当前的环境使用了多路径,从Oracle的描述来看,这是一个Oracle Bug(4679769),如果你有相同的问题,请接着...
分类:数据库   时间:2014-08-21 13:28:24    阅读次数:381
通过tarball形式安装HBASE Cluster(CDH5.0.2)系列随笔
本系列文章只是记录了笔者本人在学习实验安装和使用基于CDH5.0.2的HBASE集群过程中的一些经验教训和心得,绝不是详细的安装过程,因本人不过一初学者,很多方面不甚了了,如果能让不幸读到的人有所得则不胜欣喜,否则大家一笑置之即可。通过tarball形式安装HBASE Cluster(CDH5......
分类:其他好文   时间:2014-08-21 09:41:03    阅读次数:187
管理oracle 11g RAC 常用命令
1)、检查集群状态: [grid@rac02 ~]$ crsctl check cluster CRS-4537: Cluster Ready Services is online CRS-4529: Cluster Synchronization Services is online CR...
分类:数据库   时间:2014-08-18 23:32:53    阅读次数:449
MySql优化的一般步骤:
MySql优化的一般步骤:1.通过show status 命令了解各种sql的执行效率 SHOW STATUS提供msyql服务器的状态信息 一般情况下,我们只需要了解以”Com”开头的指令 show session status like ‘Com%’:显示当前的连接的统计结果 show ...
分类:数据库   时间:2014-08-18 14:12:42    阅读次数:273
PLSQL_Oracle 面试整理(汇总)(整理网上资料DBA and PLSQL面试大全)
2014-08-16 BaoXinjian一、SQL Tunning类1. 列举集中表的连接方式Answer:等连接(内连接)、非等连接、自连接、外连接(左、右、全)Or hash join/merge join/nest loop(cluster join)/index join ??连接类型定义...
分类:数据库   时间:2014-08-18 12:11:14    阅读次数:398
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!