码迷,mamicode.com
首页 >  
搜索关键字:ldap replication    ( 2205个结果
postgresql11做主从
主库sudo -u postgres psqlcreate user replica with replication password '123456'; vim /etc/postgresql/11/main/postgresql.conflisten_addresses = '*' # 监听所 ...
分类:数据库   时间:2020-03-27 10:46:33    阅读次数:101
solr replication原理探究
无论是垂直搜索,还是通用搜索引擎,对外提供搜索服务其压力都比较大,经常有垂直电商在做活动的时候服务器宕机。对面访问压力比较大的情况,一般的应对方法就是【集群】+【负载均衡】。Solr提供了两种解决方案来对应访问压力。其一是Replication,其一是SolrCloud。 Replication采用 ...
分类:其他好文   时间:2020-03-26 12:23:10    阅读次数:76
Mysql:Row-based Replication:运维:一直更新中...
记住:永远使用 :binlog_format=row 记住:尽量使max_allowed_packet大,如:max_allowed_packet=32M:sets max size of any single message between the MySQL server and clients ...
分类:数据库   时间:2020-03-25 21:19:38    阅读次数:95
Kafka史上最详细原理总结下
3.Partition Replication原则 Kafka高效文件存储设计特点 Kafka把topic中一个parition大文件分成多个小文件段,通过多个小文件段,就容易定期清除或删除已经消费完文件,减少磁盘占用。 通过索引信息可以快速定位message和确定response的最大大小。 通过 ...
分类:其他好文   时间:2020-03-25 21:12:05    阅读次数:54
Mysql:FAQ:A.14 Replication
A.14 MySQL 5.7 FAQ: Replication In the following section, we provide answers to questions that are most frequently asked about MySQL Replication. A.14 ...
分类:数据库   时间:2020-03-25 14:54:42    阅读次数:79
VMware Harbor实战
准备环境 下载部署包上传证书 修改配置文件 ...
分类:系统相关   时间:2020-03-22 22:36:27    阅读次数:90
Mysql:Replication
Chapter 16 Replication Table of Contents 16.1 Configuring Replication 16.1.1 Binary Log File Position Based Replication Configuration Overview 16.1.2 ...
分类:数据库   时间:2020-03-22 13:51:05    阅读次数:81
MySQL-主从配置
1. 配置同步账号 create user 'sync'@'192.168.10.%' identified by 'sync'; grant replication slave on *.* to 'sync'@'192.168.10.%'; flush privileges; 2. 开启binl ...
分类:数据库   时间:2020-03-19 13:11:10    阅读次数:67
LDAP/SASL/GSSAPI/Kerberos编程API(2)--krb5客户端
krb5API有两个可用的库:MIT和Heimdal,两个库的API不一样,一方客户端的API连接上另一方服务端基本上是没问题的.API中的kadmin两个库则是完全不兼容,可从MIT和Heimdal两个的kadmin应用工具看出,连接对方的kadmin服务端是不成功的.kadmin目的是为远程操控Kerberos服务器,一般我们开发Kerberos应用很少以此为目标,都是直接使用它们各自的kad
分类:Windows程序   时间:2020-03-18 13:06:55    阅读次数:103
redis主从复制
配置从机命令 : slaveof 127.0.0.1 6379 信息 127.0.0.1:6379> info replication # Replication role:master connected_slaves:0 master_repl_offset:0 repl_backlog_act ...
分类:其他好文   时间:2020-03-14 20:14:27    阅读次数:55
2205条   上一页 1 ... 11 12 13 14 15 ... 221 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!