码迷,mamicode.com
首页 >  
搜索关键字:percona xtradb cluster    ( 4271个结果
redis-cluster集群
1.redis集群必不可少的工具: 1.1 redis 1.2 redis集群搭建工具:redis-trib.rb(类似于IIS协调调度) 将redis分为主从节点 1.3 Ruby 安装Ruby的运行环境 1.4 Ruby环境下的redis驱动:redis-3.2.2.gem 2. 什么是高性能高 ...
分类:其他好文   时间:2020-06-08 23:27:03    阅读次数:75
机器学习原理/模型/应用
linear regression logistic regression SVM binary Tree naive bayes adaboost clustering ...
分类:其他好文   时间:2020-06-07 21:24:49    阅读次数:59
Redis 向集群添加新节点
步骤: 1. 启动集群服务(向集群添加新节点,则说明,集群是已知的)。 2. 搭建将要添加到集群的节点 (1)以集群的方式对新添加的节点进行配置:redis.conf. (2)启动节点实例服务. 3.集群管理 可参考 Redis cluster tutorial 官网指导文档,往往是最新的。 一、启 ...
分类:其他好文   时间:2020-06-06 13:11:35    阅读次数:86
docker-compose安装elasticsearch
单节点安装 创建es.yml,内容如下: version: '3' services: elasticsearch: image: elasticsearch:6.6.2 container_name: elasticsearch environment: - cluster.name=elasti ...
分类:其他好文   时间:2020-06-04 16:51:21    阅读次数:317
Redis系列1-redis主从、哨兵模式、集群模式搭建
Redis作为一款开源的、高性能的键值对存储。支持主从复制,并通过哨兵模式(sentinel)提高了高可用性,以及集群(Redis Cluster)模式保证了高并发性。 一、redis主从 Redis本身提供数据持久化的功能(两种方式:RDB和AOF),把数据保存到磁盘上,保证了即使服务器重启的情况 ...
分类:其他好文   时间:2020-06-04 01:35:53    阅读次数:56
MPI 本地局域网运行多机配置,同时运行多个程序;
在使用MPI框架中,需要多机进行通信进行并行计算;现在配置多个主机进行运行mpi程序,并进行通信;涉及到ssh无密码和nfs文件系统配置; 参考文档: https://mpitutorial.com/tutorials/running-an-mpi-cluster-within-a-lan/ 配置如 ...
分类:其他好文   时间:2020-06-02 19:04:48    阅读次数:154
gSLicr:nfydream gSLICr: SLIC superpixels at over 250Hz (using cuda)
一般的SLIC算法在CPU上运行处理一张图片大概需要300ms 本算法只需要10ms; 主页 github代码 中心思想:K-mean, 先将每个cluster均匀分布, 然后对每个像素找最近的cluster, 然后更新每个cluster.最终的cluster就是超像素 代码解析 主类: SLic_ ...
分类:其他好文   时间:2020-06-02 11:27:09    阅读次数:50
Celery-周期性任务
Introduction celery beat is a scheduler; It kicks off tasks at regular intervals, that are then executed by available worker nodes in the cluster. By ...
分类:其他好文   时间:2020-06-01 22:16:16    阅读次数:117
Rename a Computer that Hosts a Stand-Alone Instance of SQL Server
When you change the name of the computer that is running SQL Server, the new name is recognized during SQL Server startup. You do not have to run Setu ...
分类:数据库   时间:2020-06-01 20:53:21    阅读次数:104
openlayers6聚合图(附源码下载)
大概实现思路如下:读取聚合图模拟数据源json,构造openlayers聚合图数据源features,然后创建聚合图图层(核心数据源类Cluster),设置Cluster的初始化一些参数值,参数详细说明自行看openlayers官网文档api。 ...
分类:其他好文   时间:2020-05-30 18:25:44    阅读次数:241
4271条   上一页 1 ... 19 20 21 22 23 ... 428 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!