ProxySQL - 0 views
UwAmp Wamp Server - Apache MySQL PHP - 0 views
MySQL on Docker: Running ProxySQL as Kubernetes Service | Severalnines - 0 views
-
Using Kubernetes ConfigMap approach, ProxySQL can be clustered with immutable configuration.
-
Kubernetes handles ProxySQL recovery and balance the connections to the instances automatically.
-
Can be used with external applications outside Kubernetes.
- ...11 more annotations...
GitHub - nocodb/nocodb: - 0 views
Load balancing with ProxySQL - 0 views
-
accepts incoming traffic from MySQL clients and forwards it to backend MySQL servers.
Setup ProxySQL for High Availability (not a Single Point of Failure) - Percona Database... - 0 views
-
ProxySQL doesn’t natively support any high availability solution
-
most common solution is setting up ProxySQL as part of a tile architecture, where Application/ProxySQL are deployed together.
-
If we have 400 instances of ProxySQL, we end up keeping our databases busy just performing the checks.
- ...5 more annotations...
ProxySQL Series : Percona Cluster/MariaDB Cluster (Galera) Read-write Split - Mydbops - 0 views
-
PXC / MariaDB Clusters really works better with writes on single ode than multi node writes.
-
proxySQL setup for a cluster in Single-writer mode, Which is the most recommended for Cluster to avoid of conflicts of writes and split-Brain scenarios.
-
listening on ports 6032 for proxysql admin interface and 6033 for MySQL interface by default
DBeaver | Free Universal SQL Client - 0 views
Swoole®: PHP的异步、并行、高性能网络通信引擎 - 0 views
How Percona XtraBackup Works - 0 views
-
Percona XtraBackup is based on InnoDB‘s crash-recovery functionality.
-
it performs crash recovery on the files to make them a consistent, usable database again
-
InnoDB maintains a redo log, also called the transaction log. This contains a record of every change to InnoDB data.
- ...14 more annotations...
Incremental Backup - 0 views
-
xtrabackup supports incremental backups, which means that they can copy only the data that has changed since the last backup.
-
You can perform many incremental backups between each full backup, so you can set up a backup process such as a full backup once a week and an incremental backup every day, or full backups every day and incremental backups every hour.
-
each InnoDB page contains a log sequence number, or LSN. The LSN is the system version number for the entire database. Each page’s LSN shows how recently it was changed.
- ...18 more annotations...
隨意記事 - 0 views
Kubernetes 架构浅析 - 0 views
-
将Loadbalancer改造成Smart Loadbalancer,通过服务发现机制,应用实例启动或者销毁时自动注册到一个配置中心(etcd/zookeeper),Loadbalancer监听应用配置的变化自动修改自己的配置。
-
Mysql计划该成域名访问方式,而不是ip。为了避免dns变更时的延迟问题,需要在内网架设私有dns。
-
配合服务发现机制自动修改dns
- ...23 more annotations...
Rails Database Best Practices - 0 views
-
Databases are extremely feature rich and are really freakin fast when used properly
-
create succinct helpers for accessing subsets of data that are relevant in specific situations
-
Relations are chainable
- ...24 more annotations...
pt-online-schema-change - 0 views
Active Record Migrations - Ruby on Rails Guides - 0 views
-
-
-
add_column and remove_column
- ...114 more annotations...
数据库水平分片心得 · ScienJus's Blog - 0 views
-
水平分片(也叫水平分库)指的是将整体存储在单个数据库中的数据,通过某种策略分摊到多个表结构与其相同的数据库中,这样每个数据库中的数据量就会相对减少很多,并且可以部署在不同物理服务器上,理论上能够实现数据库的无限横向拓展。
-
当遇到第一次数据库性能问题时,最先想到的方案应该是读写分离,将所有写操作都放在主数据库上,所有读操作都放在从数据库上
-
配置一主多从
- ...16 more annotations...
‹ Previous
21 - 40 of 53
Next ›
Showing 20▼ items per page