SlideShare a Scribd company logo
1 of 71
Download to read offline
© MariaDB. Company Confidential.
© MariaDB. Company Confidential.
MariaDB
© MariaDB. Company Confidential.
MariaDB Versions
© MariaDB. Company Confidential.
MariaDB 10.0
Scalability
● Advanced parallel replication
● Sharding
● MaxScale proxy (future)
Performance
● Enhanced optimization
● Improved and special purpose storage engines
● Carefully tuned and enhanced server internals
● Advanced performance monitoring
Availability
● HA clustering - integrating Galera cluster
● More online operations, less planned downtime
NoSQL
● Interoperable storage engines such as Cassandra and Connect
● Dynamic columns and JSON processing
● HandlerSocket API
Operations
● Comprehensive diagnostics built-in to the DB
● APIs and open architecture for easier integration
Security
● Role-based access control
● Authentication plugins
● Sophisticated auditing capabilities
© 2014, MariaDB Corp.
Global Transaction ID (GTID)
● New MariaDB exclusive global event
ID unique across multiple
independent replication streams.
○ DomainID added to SeqNum-ServerID to
uniquely label replication events.
○ Slaves save their replication status in a
crash-safe table, transactionally synced
to the slave’s binlog.
○ Replication streams always strictly
ordered, but independent streams may
be interleaved on the slave.
● Much simpler failover to new master
with complex topologies.
● Supports multi-source and parallel
replication.
A1
A2
A3
A4
A5
B1
B2
B3
B4
B5
A1
A2
B1
A3
B2
B3
A4
A 4
B 3
Crash-safe
Replication State
XX
DomainID
32-bit
YYYY
SeqNum
64-bit
ZZ
ServerID
32-bit
MariaDB GTID
© 2014, MariaDB Corp.
● Sponsored by Google.
● Allows slaves to
process update events
in parallel.
○ In same consistente
order as the master
○ Out of order across
domain ID ( require GTID) consistente per domain
● Preliminary benchmarks: almost 10x faster at 12 threads.
© 2014, MariaDB Corp.
Multi-Source Replication
● Collects data for
analytics using
built-in replication.
● Aids in administration
example: consolidated
backups of multiple databases.
● Uses MariaDB 10’s improved
Global Transaction ID (GTID).
Online E-
Commerce
Application
Master
S S S S
Content
Management
System
Click-stream data
Data WarehouseSlave
ETL
Master
S S S S
Master
S S S S
© 2014, MariaDB Corp.
Multi-DC Replication
© 2014, MariaDB Corp.
● Clustered MariaDB nodes
cooperate to remain in sync.
● With multiple master nodes,
reads and updates both scale.
● Synchronous replication with
optimistic locking delivers high
availability with little overhead.
● Fast failover because all nodes
remains synchronized.
● Integrated and tested binaries.
MariaDB Galera Cluster
Load Balancing
and Failover
Application / App Server
© 2014, MariaDB Corp.
Sharding with Spider
● Contributed by a 3rd party developer.
● Storage engine partitions large tables
across multiple DBs.
● No changes to the client application.
● Developers aren’t aware, can keep
applications simple.
● Allows for more
parallelism, scale-out.
● Transactional storage
engine.
Application
Customers
A-H
I-P
Q-Z
Spider
Customers
A-H
Shard 1
Customers
I-P
Shard 2
Customers
Q-Z
Shard 3
© 2014, MariaDB Corp.
MariaDB 10 Performance:
TokuDB Storage Engine
● 3rd party partner - TokuTek.
● Drop-in replacement for
InnoDB/XtraDB.
● Advanced indexing and
compression algorithms.
● Transactional.
● Up to 20x performance gain
for inserts/updates.
● Up to 90% less disk storage.
● Online schema changes.
● Reduces or eliminates slave lag.
● Best when DB doesn’t fit in memory,
and SSD longevity is important.
© 2014, MariaDB Corp.
Optimizer Improvements
● Enhancements include:
○ Disk access optimizations.
○ JOIN optimizations.
○ Subquery optimizations.
○ Optimized derived tables and views.
○ Execution control.
○ Optimizer control.
○ EXPLAIN improvements.
○ Independent storage engine statistics
Less I/O, CPU, memory requirements. Faster execution.
© 2014, MariaDB Corp.
CPU Cache
DRAM
Disks, SANs
Nanoseconds Microseconds Milliseconds
6 orders of magnitude
How Does Fusion-io Flash Storage
Accelerate Databases?
© 2014, MariaDB Corp.
How Much Faster Is MariaDB 10
With Fusion-io?
About 24 times faster
© 2014, MariaDB Corp.
MariaDB 10 Interoperability:
CONNECT Storage Engine
● From 3rd party developer.
● Maps diverse data
to tables.
● JOIN mapped data
to DB tables.
● Flat files including CSV.
● Tables in external DBs.
● Generated tables
(PIVOT etc.)
● Plug-in API for your own mappings.
Application
Spi
der
MariaDB Parser/Optimizer/Connection Pool
CONNECT
Engine
Other
Engines
Database
Tables
.log
XML
CSV
© 2014, MariaDB Corp.
MariaDB 10 Interoperability:
Cassandra Storage Engine
● Window into a Cassandra ring:
read/write like a table in MariaDB.
● Use standard SQL queries.
● JOIN Cassandra data
to MariaDB tables.
● Use a MariaDB cluster
for high-availability
access.
● Bring data from
Cassandra into OLTP
applications.
Application
Spi
der
Database
Tables
MariaDB Parser/Optimizer/Connection Pool
Cassandra
Engine
Other
Engines
© 2014, MariaDB Corp.
Dynamic (& Virtual) Columns
● Store unstructured data in MariaDB tables with a simple API.
● Use MariaDB’s indexing and transactions to manipulate
“document” style data fast and consistently.
● Nest sets of dynamic columns inside of other dynamic columns -
hierarchical structuring.
● Include multiple rows with dynamic columns in transactions.
● Virtual Columns allows to create function based columns
Cust ID Account Balance Dyn_Col_BLOBs
2035 $154.04 NAME: John Smith|LOC: 45.35243, -74.98348|IMAGE: x27A8B8C ...
2036 $929.10 NAME: Jane Doe|LOC: 45.35243, -74.98348|AGE: 32| GENDER: F...
2037 $377.53 NAME: Carol Jones|AGE: 43|GENDER: F||IMAGE: xA9674DE678 ...
© MariaDB. Company Confidential.
MariaDB [test]> create table t1 (id int auto_increment primary key,
-> name varchar(40),
-> type enum ("shirt", "phone", "computer"),
-> price decimal(10,2),
-> dynstr mediumblob);
Query OK, 0 rows affected (0.11 sec)
MariaDB [test]> insert into t1 (name, type, price, dynstr) values
-> ("Funny shirt", "shirt", 10.0, COLUMN_CREATE(1, "blue", 10, "XL")),
-> ("nokia", "phone", 649, COLUMN_CREATE(1, "black", 2, "touchscreen")),
-> ("htc Desire hd", "phone", 579, COLUMN_CREATE(1, "black", 3, "Android")),
-> ("BM/Lenovo Thinkpad X60s", "computer", 419, COLUMN_CREATE(1, "black", 3, "Linux"));
Query OK, 4 rows affected (0.04 sec)
Records: 4 Duplicates: 0 Warnings: 0
MariaDB [test]> select id, name, type, price, length(dynstr) as len, column_list(dynstr) as list from t1;
+----+-------------------------+----------+--------+------+------+
| id | name | type | price | len | list |
+----+-------------------------+----------+--------+------+------+
| 1 | Funny shirt | shirt | 10.00 | 17 | 1,10 |
| 2 | nokia | phone | 649.00 | 27 | 1,2 |
| 3 | htc Desire hd | phone | 579.00 | 23 | 1,3 |
| 4 | BM/Lenovo Thinkpad X60s | computer | 419.00 | 21 | 1,3 |
+----+-------------------------+----------+--------+------+------+
4 rows in set (0.03 sec)
© MariaDB. Company Confidential.
MariaDB [test]> select name from t1 where COLUMN_GET(dynstr, 1 as char(10)) = "black";
+-------------------------+
| name |
+-------------------------+
| nokia |
| htc Desire hd |
| BM/Lenovo Thinkpad X60s |
+-------------------------+
3 rows in set (0.01 sec)
MariaDB [test]>
MariaDB [test]> select name, COLUMN_GET(dynstr, 1 as char(10)) from t1 where COLUMN_EXISTS(dynstr, 1);
+-------------------------+-----------------------------------+
| name | COLUMN_GET(dynstr, 1 as char(10)) |
+-------------------------+-----------------------------------+
| Funny shirt | blue |
| nokia | black |
| htc Desire hd | black |
| BM/Lenovo Thinkpad X60s | black |
+-------------------------+-----------------------------------+
4 rows in set (0.00 sec)
© 2014, MariaDB Corp.
Security
© 2014, MariaDB Corp.
Operations
● Improved Table Discovery - less work for DBAs;
integrates storage engines. ✔ exclusive to MariaDB 10
● SHOW PLUGINS SONAME - dynamic report on
installed components. ✔ exclusive to MariaDB 10
● SHUTDOWN Command - apps can shutdown the database
programmatically. ✔ exclusive to MariaDB 10
● Kill Query by Query ID - fix performance blocks .
● Online ALTER TABLE - schema changes without downtime.
● Per-thread Memory Statistics - easier tuning and problem
diagnosis. ✔ exclusive to MariaDB 10
● Improved Error Messages - faster problem solving.
✔ exclusive to MariaDB 10
© 2014, MariaDB Corp.
● Audit Plugin 1.1 includes table event logging such as
triggers and stored procedure calls, unique to its
integration with MariaDB.
● Building on these capabilities, V2.0 of the Audit Plugin
is planned to include:
○ Optional field substitution of placeholders in query logs to improve
privacy and security.
○ Integration with MariaDB 10 Role-based Access Control - filtering
audit logs by role.
○ Recording of privilege changes as auditable events.
○ Log rotation.
● Projected availability: November, 2014.
MariaDB Audit Plugin 2.0 Roadmap
© 2014, MariaDB Corp.
Introducing MariaDB MaxScale,
Web Scale Database Proxy
MaxScale hides complexity, making
clusters of systems look like a single
server to a client.
● Simplifies complex replication schemes
for massive scale, high availability.
● Manages performance with logging.
● Safeguards data through firewall filtering.
● Connects diverse clients and databases
with multiple protocols, query transformations.
Client Simple
Requests
MaxScale
© 2014, MariaDB Corp.
MariaDB MaxScale: Lightweight,
Modular, Intelligent, Transparent
Protocol
Authentication
Monitor
Filter&
Logging
Routing
MaxScale
Core
Routing
● MaxScale core is a high-
performance message
switch.
● Module APIs allow for
multiple modules of
each type.
● Modules can be client-
facing, back-end facing,
internal, or connect to other
DBs.
19.06.2014
MaxScae
Each application server uses 2
connections: 1 R/W, 1 R
MaxScale connects the R/W client
connections to the master and the R
connections are load-balanced to all slaves
Each application server uses
only 1 connection
MaxScale creates 2 connections, one for
R/W on the master node and one for R/O
load balanced on the slave nodes
MaxScale
R/W
Splitting
MaxScale monitors the state of
each node and only applies
operations on available slaves
Each application server uses
only 1 connection
Only fully synchronised nodes
are included
MaxScale monitors the state of
the nodes and load balances all
operations
MaxScale
Each application server uses
only 1 connection
If the “master” node fails a new one
can be elected immediately
MaxScale selects one node as ”
master” and the other nodes as ”
slaves”
MaxScale
© 2014, MariaDB Corp.
MariaDB 10.0 Roadmap
MariaDB 10.0 10.0.X Releases through 2014
Performance
● Thread pool improvements including Percona enhancements.
● SHOW EXPLAIN improvements (PARTITIONS, EXTENDED attributes).
Scalability
● Supportability matrix and testing for combining MariaDB 10 and
MySQL 5.6 replication.
Interoperability
● Port and optimize for IBM’s Power 8 architecture (in conjunction with
IBM).
● Improvements to CONNECT engine.
● Experimental Mroonga Asian full-text search engine.
© 2014, MariaDB Corp.
MariaDB 10.1 Roadmap
MariaDB 10.1
10.1 Beta Tentative Q4 CY2014
10.1 GA Tentative Q1 CY2015
Performance
● Per-query variables.
● userstat improvements.
● NUMA enhancements.
● Improved thread management
● Remote and portable tablespaces
● Query timeouts.
● InnoDB:
○ >16K InnoDB buffers.
○ InnoDB defragmentation.
○ InnoDB persistent auto-increment.
○ InnoDB forced primary key.
○ SHOW ENGINE INNODB STATUS.
● Memory engine varchar, BLOB types, default_tmp_storage_engine.
● Merge WebscaleSQL improvements, integrate stress test.
● UNION ALL without temporary tables.
● Optimizer enhancements:
○ Semi-joins + outer-joins.
○ Optimizer trace.
○ EXPLAIN JSON.
○ EXPLAIN ANALYZE.
© 2014, MariaDB Corp.
MariaDB 10.1 Roadmap
MariaDB 10.1
10.1 Beta Tentative Q4 CY2014
10.1 GA Tentative Q1 CY2015
Scalability
● Performance tuning Parallel Replication and GTID, benchmarks.
● Row-level parallel replication enhancements.
● Slave execution of triggers.
● Selected WebscaleSQL scalability enhancements.
Availability ● Full integration of Galera Cluster into MariaDB.
Interoperability ● Open Query Graph (OQGRAPH) engine improvements.
● GIS improvements: full OGC compliance (map data).
Operations
● New Performance Schema instruments.
● Progress report on mysqldump.
● CREATE OR REPLACE for most database objects (GSOC).
© 2014, MariaDB Corp.
MariaDB 10.1 Roadmap
MariaDB 10.1
10.1 Beta Tentative Q4 CY2014
10.1 GA Tentative Q1 CY2015
Security
● Kerberos authentication support through plug-in.
● Password Validation Plugin.
● Password improvements in the server:
○ Set password expiry dates.
○ Lock passwords after failed attempts.
● Audit Plugin addition: Track password changes.
● Role-based access control improvements and performance tuning.
Other Features
● Version control in GitHub.
● Additional character set and collation options.
● Multiple triggers per table.
● MDL improvements.
● IPv6/IPv4 datatype.
© 2014, MariaDB Corp.
Resources
● bugs: mariadb.org/jira
● mailing lists:
○ maria-discuss@lists.lanuchpad.net
○ maria-developers@lists.launchpad.net
● fb.com/MariaDB.dbms
● twitter: @mariadb
● #maria on irc.freenode.net
● https://mariadb.com/kb/en
● downloads: https://downloads.mariadb.org
○ apt,yum repositoriies available
● Default in RHEL7, SuSE 12, Fedora, Slackware, Archlinux etc etc
© 2014, MariaDB Corp.
Beyond MariaDB 10.1
● Transactional DDL.
● Indexes on expressions.
● Field/Column type plug-in.
○ JSON/BSON.
○ YAML.
○ IPv6/IPv4.
○ UUID.
○ Own datatype for Dynamic
Columns.
● More storage engines and
interoperability with other
DBs - potentially:
○ InfiniDB.
○ MongoDB.
○ Hadoop/HDFS.
○ HBase/Honeycomb.
○ RocksDB/LevelDB.
● Message queues.
● Global DDL lock.
● Windowing functions.
© 2014, MariaDB Corp.
Database
Tables
MariaDB 10
Role: DBA
Permissions:
● Update Schema
● View Statistics
● Create Database
DBA
Developer
Sysadmin
MariaDB 10: Security:
Role-Based Access Control
MySQL MariaDB
✘ ✔
in 10.0.
© MariaDB. Company Confidential.
© 2014, MariaDB Corp.
Thread Time
27 .003761
28 34.2529
29 .000713
Why is this so
slow? Lets find
out… SHOW
EXPLAIN FOR 28;
ID select_type table possible_ke
ys
rows
1 SIMPLE tbl NULL 1855174
Oh! Sequential
scan of a 18M row
table… no wonder!
I’ll let the team
know...
MariaDB 10.0 Operations:
SHOW EXPLAIN FOR Command
To: DevOps Team
From: DBA Debby
Subj. Slow Queries
Hey guys, figured out those blocking queries.
The new reservation app is looking for the
shortest route but that column has no index -
we need one! I’ll add it now.
Debby
And it works in the slow query
log too!
Also for UPDATE and
DELETE.
© 2014, MariaDB Corp.
MariaDB MaxScale
Application
MariaDB
Partner
Ecosystem
MaxScale
Proxy
Technology Preview
© 2014, MariaDB Corp.
MariaDB MaxScale: Implementing
Advanced Database Services
● MaxScale services interface
to clients and servers
through protocols.
● Router modules implement
policy to determine which
servers are best able to
handle requests.
● Filters and logging modules
implement a pipeline that
can block, split, or transform
requests.
Simple clients, complex
Technology Preview
Routing
Filter/Lo
g
Client
Protocol
Server
Protocol
Message Core
&
State
Machine .log
© 2014, MariaDB Corp.
Client and Back-End Protocols
● Client protocols let applications
connect to MaxScale with different
database languages and connections.
○ Initial support for MySQL connectors.
○ Future support planned for JSON/BSON, others.
● Back-end protocols allow MaxScale to connect
to different database and cluster technologies.
○ Initial support for MySQL Replication, MariaDB
Replication, Galera Cluster, and MySQL Server with
NDB storage engine.
Protocol
Technology Preview
© 2014, MariaDB Corp.
Routing and Load Balancing
● Routing modules implement
fundamental proxy algorithms.
○ Connection based routing: establishes route upon
connection, doesn’t examine requests.
○ Statement based routing: examines requests to
dynamically route requests to the appropriate back-
end.
● Modular design allows for load balancing,
HA failover, sharding, and other routing
policies.
Routing
Technology Preview
© 2014, MariaDB Corp.
Filtering, Logging, and Auditing
● Can log requests that meet filter
criteria such as time-out, access
specific row, etc.
● Configurable firewall blocks or allows requests
based on policy.
● External filtering and transformation pipeline
processes requests and results as they pass
through MaxScale.
○ Allows for creation of parallel streams.
○ Transforms can alter both requests and returned
data.
Filter/Log
Technology Preview
© 2014, MariaDB Corp.
Authentication and Monitoring
● Authentication modules let
MaxScale proxy user credentials.
○ In the future, they may deliver alternative
authentication such as Kerberos, OpenStack
Keystone, or PAMs.
● Monitoring modules provide the
detailed back-end state
information MaxScale needs to make the
right routing decisions.
Authentication
Monitor
Technology Preview
© 2014, MariaDB Corp.
Read Scalability: MySQL Replication +
Connection Load Balancing
● Applications are “cluster
aware”, split reads and writes
on separate connections.
● Using connection load
balancing, MaxScale routes
the read/write connection to
the master, and uses round-
robin load balancing to route
read-only connections to the
slaves.
● MaxScale monitors the
cluster, adjusting resource
pools should a slave fail, or
should MHA failover promote
a slave to master.
MaxScale
Technology Preview
© 2014, MariaDB Corp.
RW Scalability, HA Failover: Galera
Cluster + Connection Load Balancing
● Applications can be simple,
use one connection for
reads and updates.
● Using connection load
balancing, MaxScale load
balances connections to
each node in the Galera
Cluster, round-robin.
● MaxScale monitors the
cluster, routing requests
only to fully synchronized
nodes.
MaxScale
Technology Preview
© 2014, MariaDB Corp.
RW Splitting, Read Scalability: MySQL
Replication + Statement Load Balancing
● Applications can be simple,
use one connection for
reads and updates.
● Using statement load
balancing, MaxScale
dynamically routes writes
to the master, and round-
robin load balances read
requests to the slaves.
● MaxScale monitors the
cluster, routing requests
only to fully operational
nodes.
MaxScale
R/W
Splitting
Technology Preview
© 2014, MariaDB Corp.
Query Logging For Performance
Diagnostics
DBAs or DevOps engineers can
capture performance problems:
1. MaxScale accepts a query from a
client application,
2. Forwards the query to the back-end,
logs it into the “All Queries” and
“Long Running Queries” log files.
3. Receives the result from the back-
end,
4. Forwards the result to the client, logs
the result into the “All Queries” log,
and if it is one of the N longest-
running queries, logs the result into
the “Long Running Queries” log file.
MaxScale is flexible. Rather than
logging, it could “tee” queries to
another service such as an
Technology Preview
MaxScale
Filter&Loggin
g
.log
Long-Running
Queries
.log
All Queries
1 4
2
4
2
4
2 3
© 2014, MariaDB Corp.
Query Transformation For Legacy
Application Compatibility
Modify queries from legacy
applications on the fly - for
example a MySQL 5.1 app:
1. MaxScale accepts a query from a
MySQL 5.1 compatible client,
2. If the query matches the regular
expression “/CREATE TABLE/” then
MaxScale substitutes “ENGINE” for
“TYPE” in that statement, else it
passes the statement through the
filter unchanged.
3. Forwards the transformed statement
to MariaDB 10 or MySQL 5.6.
4. Receives the result from the back-
end.
5. Forwards the result to the client.
Complex pipelines with multiple
stages that split, filter, andTechnology Preview
MaxScale
Filter&Loggin
g
1 5
3 4
/CREATE TABLE/
s/TYPE/ENGINE/
2
© 2014, MariaDB Corp.
MaxScale Flexibility In Action:
Experimental Binlog Router
Handle wide replication schemes
using MaxScale as a binlog relay:
1. MaxScale registers as a slave with
the master database,
2. The master streams binlog records to
MaxScale as it would any slave.
3. MaxScale stores the binlog records.
4. The slave servers register with
MaxScale, which behaves exactly as
the master database.
5. MaxScale streams stored binlog
records to the slaves to catch them
up to the master, or to maintain their
consistency, offloading the master
database.
Prototype delivered to customer
demonstrates how MaxScale can
simplify web-scale challenges.Technology Preview
Binlog
Records
Binlog
Router
MaxScale
4 5
1 2
3
© 2014, MariaDB Corp.
MariaDB MaxScale Today
Beta Today, GA Q4 2014:
● Platforms supported - all 64-bit only:
○ CentOS 5,6,7, RHEL 5,6, Fedora 19,20
○ Debian 6,7, Ubuntu 12.04 LTS, 13.10, 14.04
○ OpenSUSE 13.1
● Open source (GPL v2) on GitHub.
● CLI and text-based administration, tooling.
● Supports Pacemaker and Heartbeat HA.
● Protocols, Authentication: MySQL/MariaDB connectors, authentication.
● Monitors: MySQL/MariaDB replication + MHA, Galera cluster.
● Routers: Connection and statement based load balancing, R/W splitting:
○ Complex replication hierarchies.
○ Server and service weighting.
○ Slave fault tolerance, slave consistency (lag) as routing decision parameter.
○ Server maintenance mode.
● Logging/Filters: “Tee” splitter, everything and time-based logging, regex-Technology Preview
© 2014, MariaDB Corp.
MaxScale Roadmap
● MaxScale V1.1 and beyond:
● Integration with MariaDB Enterprise.
● Hinting added to Statement Load Balancing: execute only on a slave,
on a specific node, on the master, on a slave with < specified lag etc.
● Binlog relay: improved HA for master/slave replication.
● MySQL Cluster (NDB) connection load balancing.
● HTTPD/NoSQL protocols, including JSON/BSON, Cassandra, HBase.
● Hadoop cluster replication applier: feed analytics/Big Data backends.
● Logging integrated with RabbitMQ.
● Authentication modules for PAM, OpenStack (Keystone), AWS-IAM.
● More vertical market and migration focused filters.
● Module APIs, DevOps-focused management API.
● Dynamic configuration: online config and module updates.
Confidential
Technology Preview
© 2014, MariaDB Corp.
MaxScale: Additional
Capabilities Under Investigation
● Protocols: more NoSQL integrations.
● Protocols: mapping from legacy database statements to
facilitate migrations.
● Routers: Advanced sharding support.
● Routers: Geographic replication for disaster resilience.
● Routers: Multivariate (A/B) testing.
● Filters: firewalls designed for HIPPA, PCI use cases.
● Filters: data obfuscation tools.
● Filters: intelligent feed of operational data to analytics.
● Performance and availability enhancements: caching,
deployment co-location, clustering, and failover
improvements.Technology Preview
Confidential
19.06.2014
21.06.2014
19.06.2014
MaxScale
Clients
Proxy
Databases
19.06.2014
Protocol
Authentication
Monitor
Filter&Logging
Routing
MaxScale
Core
19.06.2014
Protocol
19.06.2014
Routing
19.06.2014
Filter & Log
21.06.2014
Filter & Log
19.06.2014
Authentication
19.06.2014
Monitor
21.06.2014
21.06.2014
21.06.2014
21.06.2014
21.06.2014
21.06.2014
19.06.2014
● Check on GitHub https://github.com/skysql/MaxScale
● MariaDB Source https://downloads.mariadb.org/
● Bugs report http://bugs.skysql.com/buglist.cgi?product=Maxscale
● Google groups https://groups.google.com/forum/#!forum/maxscale
● Binary Tarball http://downloads.skysql.com/files/SkySQL/MaxScale
● MariaDB website http://www.mariadb.com

More Related Content

What's hot

MariaDB TX 3.0 新機能 / ロードマップ
MariaDB TX 3.0 新機能 / ロードマップMariaDB TX 3.0 新機能 / ロードマップ
MariaDB TX 3.0 新機能 / ロードマップGOTO Satoru
 
The New MariaDB Offering: MariaDB 10, MaxScale and More
The New MariaDB Offering: MariaDB 10, MaxScale and MoreThe New MariaDB Offering: MariaDB 10, MaxScale and More
The New MariaDB Offering: MariaDB 10, MaxScale and MoreMariaDB Corporation
 
What to expect from MariaDB Platform X5, part 1
What to expect from MariaDB Platform X5, part 1What to expect from MariaDB Platform X5, part 1
What to expect from MariaDB Platform X5, part 1MariaDB plc
 
OpenWorks2019 - Using Pentaho/Tableau with MariaDB ColumnStore
OpenWorks2019 - Using Pentaho/Tableau with MariaDB ColumnStoreOpenWorks2019 - Using Pentaho/Tableau with MariaDB ColumnStore
OpenWorks2019 - Using Pentaho/Tableau with MariaDB ColumnStoreGOTO Satoru
 
How Orwell built a geo-distributed Bank-as-a-Service with microservices
How Orwell built a geo-distributed Bank-as-a-Service with microservicesHow Orwell built a geo-distributed Bank-as-a-Service with microservices
How Orwell built a geo-distributed Bank-as-a-Service with microservicesMariaDB plc
 
Introducing the ultimate MariaDB cloud, SkySQL
Introducing the ultimate MariaDB cloud, SkySQLIntroducing the ultimate MariaDB cloud, SkySQL
Introducing the ultimate MariaDB cloud, SkySQLMariaDB plc
 
What to expect from MariaDB Platform X5, part 2
What to expect from MariaDB Platform X5, part 2What to expect from MariaDB Platform X5, part 2
What to expect from MariaDB Platform X5, part 2MariaDB plc
 
MariaDB ColumnStore
MariaDB ColumnStoreMariaDB ColumnStore
MariaDB ColumnStoreMariaDB plc
 
How QBerg scaled to store data longer, query it faster
How QBerg scaled to store data longer, query it fasterHow QBerg scaled to store data longer, query it faster
How QBerg scaled to store data longer, query it fasterMariaDB plc
 
M|18 How Facebook Migrated to MyRocks
M|18 How Facebook Migrated to MyRocksM|18 How Facebook Migrated to MyRocks
M|18 How Facebook Migrated to MyRocksMariaDB plc
 
Faster, better, stronger: The new InnoDB
Faster, better, stronger: The new InnoDBFaster, better, stronger: The new InnoDB
Faster, better, stronger: The new InnoDBMariaDB plc
 
Introducing the R2DBC async Java connector
Introducing the R2DBC async Java connectorIntroducing the R2DBC async Java connector
Introducing the R2DBC async Java connectorMariaDB plc
 
CCV: migrating our payment processing system to MariaDB
CCV: migrating our payment processing system to MariaDBCCV: migrating our payment processing system to MariaDB
CCV: migrating our payment processing system to MariaDBMariaDB plc
 
High Performance Drupal with MariaDB
High Performance Drupal with MariaDBHigh Performance Drupal with MariaDB
High Performance Drupal with MariaDBMariaDB Corporation
 
Getting started in the cloud for developers
Getting started in the cloud for developersGetting started in the cloud for developers
Getting started in the cloud for developersMariaDB plc
 
Maria db vs mysql
Maria db vs mysqlMaria db vs mysql
Maria db vs mysqlNitin KR
 
MariaDB Enterprise Tools introduction
MariaDB Enterprise Tools introductionMariaDB Enterprise Tools introduction
MariaDB Enterprise Tools introductionMariaDB plc
 
MariaDB: Connect Storage Engine
MariaDB: Connect Storage EngineMariaDB: Connect Storage Engine
MariaDB: Connect Storage EngineKangaroot
 

What's hot (20)

MariaDB TX 3.0 新機能 / ロードマップ
MariaDB TX 3.0 新機能 / ロードマップMariaDB TX 3.0 新機能 / ロードマップ
MariaDB TX 3.0 新機能 / ロードマップ
 
The New MariaDB Offering: MariaDB 10, MaxScale and More
The New MariaDB Offering: MariaDB 10, MaxScale and MoreThe New MariaDB Offering: MariaDB 10, MaxScale and More
The New MariaDB Offering: MariaDB 10, MaxScale and More
 
MaxScale - The Pluggable Router
MaxScale - The Pluggable RouterMaxScale - The Pluggable Router
MaxScale - The Pluggable Router
 
What to expect from MariaDB Platform X5, part 1
What to expect from MariaDB Platform X5, part 1What to expect from MariaDB Platform X5, part 1
What to expect from MariaDB Platform X5, part 1
 
OpenWorks2019 - Using Pentaho/Tableau with MariaDB ColumnStore
OpenWorks2019 - Using Pentaho/Tableau with MariaDB ColumnStoreOpenWorks2019 - Using Pentaho/Tableau with MariaDB ColumnStore
OpenWorks2019 - Using Pentaho/Tableau with MariaDB ColumnStore
 
How Orwell built a geo-distributed Bank-as-a-Service with microservices
How Orwell built a geo-distributed Bank-as-a-Service with microservicesHow Orwell built a geo-distributed Bank-as-a-Service with microservices
How Orwell built a geo-distributed Bank-as-a-Service with microservices
 
Introducing the ultimate MariaDB cloud, SkySQL
Introducing the ultimate MariaDB cloud, SkySQLIntroducing the ultimate MariaDB cloud, SkySQL
Introducing the ultimate MariaDB cloud, SkySQL
 
What to expect from MariaDB Platform X5, part 2
What to expect from MariaDB Platform X5, part 2What to expect from MariaDB Platform X5, part 2
What to expect from MariaDB Platform X5, part 2
 
MariaDB ColumnStore
MariaDB ColumnStoreMariaDB ColumnStore
MariaDB ColumnStore
 
How QBerg scaled to store data longer, query it faster
How QBerg scaled to store data longer, query it fasterHow QBerg scaled to store data longer, query it faster
How QBerg scaled to store data longer, query it faster
 
M|18 How Facebook Migrated to MyRocks
M|18 How Facebook Migrated to MyRocksM|18 How Facebook Migrated to MyRocks
M|18 How Facebook Migrated to MyRocks
 
Faster, better, stronger: The new InnoDB
Faster, better, stronger: The new InnoDBFaster, better, stronger: The new InnoDB
Faster, better, stronger: The new InnoDB
 
Introducing the R2DBC async Java connector
Introducing the R2DBC async Java connectorIntroducing the R2DBC async Java connector
Introducing the R2DBC async Java connector
 
CCV: migrating our payment processing system to MariaDB
CCV: migrating our payment processing system to MariaDBCCV: migrating our payment processing system to MariaDB
CCV: migrating our payment processing system to MariaDB
 
High Performance Drupal with MariaDB
High Performance Drupal with MariaDBHigh Performance Drupal with MariaDB
High Performance Drupal with MariaDB
 
Getting started in the cloud for developers
Getting started in the cloud for developersGetting started in the cloud for developers
Getting started in the cloud for developers
 
Galaxy Big Data with MariaDB
Galaxy Big Data with MariaDBGalaxy Big Data with MariaDB
Galaxy Big Data with MariaDB
 
Maria db vs mysql
Maria db vs mysqlMaria db vs mysql
Maria db vs mysql
 
MariaDB Enterprise Tools introduction
MariaDB Enterprise Tools introductionMariaDB Enterprise Tools introduction
MariaDB Enterprise Tools introduction
 
MariaDB: Connect Storage Engine
MariaDB: Connect Storage EngineMariaDB: Connect Storage Engine
MariaDB: Connect Storage Engine
 

Similar to Les fonctionnalites mariadb

Getting the most out of MariaDB MaxScale
Getting the most out of MariaDB MaxScaleGetting the most out of MariaDB MaxScale
Getting the most out of MariaDB MaxScaleMariaDB plc
 
MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014
MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014
MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014MariaDB Corporation
 
MariaDB SkySQL Autonome Skalierung, Observability, Cloud-Backup
MariaDB SkySQL Autonome Skalierung, Observability, Cloud-BackupMariaDB SkySQL Autonome Skalierung, Observability, Cloud-Backup
MariaDB SkySQL Autonome Skalierung, Observability, Cloud-BackupMariaDB plc
 
Using all of the high availability options in MariaDB
Using all of the high availability options in MariaDBUsing all of the high availability options in MariaDB
Using all of the high availability options in MariaDBMariaDB plc
 
How MariaDB is approaching DBaaS
How MariaDB is approaching DBaaSHow MariaDB is approaching DBaaS
How MariaDB is approaching DBaaSMariaDB plc
 
MySQL Transformation Case Study: 80% Cost Savings & Uninterrupted Availabilit...
MySQL Transformation Case Study: 80% Cost Savings & Uninterrupted Availabilit...MySQL Transformation Case Study: 80% Cost Savings & Uninterrupted Availabilit...
MySQL Transformation Case Study: 80% Cost Savings & Uninterrupted Availabilit...Mydbops
 
SkySQL MariaDB 云数据组件
SkySQL MariaDB 云数据组件SkySQL MariaDB 云数据组件
SkySQL MariaDB 云数据组件YUCHENG HU
 
(DAT209) NEW LAUNCH! Introducing MariaDB on Amazon RDS
(DAT209) NEW LAUNCH! Introducing MariaDB on Amazon RDS(DAT209) NEW LAUNCH! Introducing MariaDB on Amazon RDS
(DAT209) NEW LAUNCH! Introducing MariaDB on Amazon RDSAmazon Web Services
 
Skalierbarkeit mit MariaDB und MaxScale - MariaDB Roadshow Summer 2014 Hambur...
Skalierbarkeit mit MariaDB und MaxScale - MariaDB Roadshow Summer 2014 Hambur...Skalierbarkeit mit MariaDB und MaxScale - MariaDB Roadshow Summer 2014 Hambur...
Skalierbarkeit mit MariaDB und MaxScale - MariaDB Roadshow Summer 2014 Hambur...MariaDB Corporation
 
Improving Transactional Applications with Analytics
Improving Transactional Applications with AnalyticsImproving Transactional Applications with Analytics
Improving Transactional Applications with AnalyticsDATAVERSITY
 
MariaDB 10.0 - SkySQL Paris Meetup
MariaDB 10.0 - SkySQL Paris MeetupMariaDB 10.0 - SkySQL Paris Meetup
MariaDB 10.0 - SkySQL Paris MeetupMariaDB Corporation
 
MariaDB Paris Workshop 2023 - Performance Optimization
MariaDB Paris Workshop 2023 - Performance OptimizationMariaDB Paris Workshop 2023 - Performance Optimization
MariaDB Paris Workshop 2023 - Performance OptimizationMariaDB plc
 
Solving the MariaDB and MySQL High Availability Puzzle Webinar
Solving the MariaDB and MySQL High Availability Puzzle WebinarSolving the MariaDB and MySQL High Availability Puzzle Webinar
Solving the MariaDB and MySQL High Availability Puzzle WebinarRobert Silén
 
MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014 F...
MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014 F...MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014 F...
MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014 F...MariaDB Corporation
 
Deploying MariaDB databases with containers at Nokia Networks
Deploying MariaDB databases with containers at Nokia NetworksDeploying MariaDB databases with containers at Nokia Networks
Deploying MariaDB databases with containers at Nokia NetworksMariaDB plc
 
Replicating in Real-time from MySQL to Amazon Redshift
Replicating in Real-time from MySQL to Amazon RedshiftReplicating in Real-time from MySQL to Amazon Redshift
Replicating in Real-time from MySQL to Amazon RedshiftContinuent
 
How to Manage Scale-Out Environments with MariaDB MaxScale
How to Manage Scale-Out Environments with MariaDB MaxScaleHow to Manage Scale-Out Environments with MariaDB MaxScale
How to Manage Scale-Out Environments with MariaDB MaxScaleMariaDB plc
 
RedisConf17 - Dynomite - Making Non-distributed Databases Distributed
RedisConf17 - Dynomite - Making Non-distributed Databases DistributedRedisConf17 - Dynomite - Making Non-distributed Databases Distributed
RedisConf17 - Dynomite - Making Non-distributed Databases DistributedRedis Labs
 
Argus Production Monitoring at Salesforce
Argus Production Monitoring at SalesforceArgus Production Monitoring at Salesforce
Argus Production Monitoring at SalesforceHBaseCon
 

Similar to Les fonctionnalites mariadb (20)

Getting the most out of MariaDB MaxScale
Getting the most out of MariaDB MaxScaleGetting the most out of MariaDB MaxScale
Getting the most out of MariaDB MaxScale
 
MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014
MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014
MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014
 
MariaDB 10 and Beyond
MariaDB 10 and BeyondMariaDB 10 and Beyond
MariaDB 10 and Beyond
 
MariaDB SkySQL Autonome Skalierung, Observability, Cloud-Backup
MariaDB SkySQL Autonome Skalierung, Observability, Cloud-BackupMariaDB SkySQL Autonome Skalierung, Observability, Cloud-Backup
MariaDB SkySQL Autonome Skalierung, Observability, Cloud-Backup
 
Using all of the high availability options in MariaDB
Using all of the high availability options in MariaDBUsing all of the high availability options in MariaDB
Using all of the high availability options in MariaDB
 
How MariaDB is approaching DBaaS
How MariaDB is approaching DBaaSHow MariaDB is approaching DBaaS
How MariaDB is approaching DBaaS
 
MySQL Transformation Case Study: 80% Cost Savings & Uninterrupted Availabilit...
MySQL Transformation Case Study: 80% Cost Savings & Uninterrupted Availabilit...MySQL Transformation Case Study: 80% Cost Savings & Uninterrupted Availabilit...
MySQL Transformation Case Study: 80% Cost Savings & Uninterrupted Availabilit...
 
SkySQL MariaDB 云数据组件
SkySQL MariaDB 云数据组件SkySQL MariaDB 云数据组件
SkySQL MariaDB 云数据组件
 
(DAT209) NEW LAUNCH! Introducing MariaDB on Amazon RDS
(DAT209) NEW LAUNCH! Introducing MariaDB on Amazon RDS(DAT209) NEW LAUNCH! Introducing MariaDB on Amazon RDS
(DAT209) NEW LAUNCH! Introducing MariaDB on Amazon RDS
 
Skalierbarkeit mit MariaDB und MaxScale - MariaDB Roadshow Summer 2014 Hambur...
Skalierbarkeit mit MariaDB und MaxScale - MariaDB Roadshow Summer 2014 Hambur...Skalierbarkeit mit MariaDB und MaxScale - MariaDB Roadshow Summer 2014 Hambur...
Skalierbarkeit mit MariaDB und MaxScale - MariaDB Roadshow Summer 2014 Hambur...
 
Improving Transactional Applications with Analytics
Improving Transactional Applications with AnalyticsImproving Transactional Applications with Analytics
Improving Transactional Applications with Analytics
 
MariaDB 10.0 - SkySQL Paris Meetup
MariaDB 10.0 - SkySQL Paris MeetupMariaDB 10.0 - SkySQL Paris Meetup
MariaDB 10.0 - SkySQL Paris Meetup
 
MariaDB Paris Workshop 2023 - Performance Optimization
MariaDB Paris Workshop 2023 - Performance OptimizationMariaDB Paris Workshop 2023 - Performance Optimization
MariaDB Paris Workshop 2023 - Performance Optimization
 
Solving the MariaDB and MySQL High Availability Puzzle Webinar
Solving the MariaDB and MySQL High Availability Puzzle WebinarSolving the MariaDB and MySQL High Availability Puzzle Webinar
Solving the MariaDB and MySQL High Availability Puzzle Webinar
 
MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014 F...
MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014 F...MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014 F...
MariaDB Enterprise & MariaDB Enterprise Cluster - MariaDB Webinar July 2014 F...
 
Deploying MariaDB databases with containers at Nokia Networks
Deploying MariaDB databases with containers at Nokia NetworksDeploying MariaDB databases with containers at Nokia Networks
Deploying MariaDB databases with containers at Nokia Networks
 
Replicating in Real-time from MySQL to Amazon Redshift
Replicating in Real-time from MySQL to Amazon RedshiftReplicating in Real-time from MySQL to Amazon Redshift
Replicating in Real-time from MySQL to Amazon Redshift
 
How to Manage Scale-Out Environments with MariaDB MaxScale
How to Manage Scale-Out Environments with MariaDB MaxScaleHow to Manage Scale-Out Environments with MariaDB MaxScale
How to Manage Scale-Out Environments with MariaDB MaxScale
 
RedisConf17 - Dynomite - Making Non-distributed Databases Distributed
RedisConf17 - Dynomite - Making Non-distributed Databases DistributedRedisConf17 - Dynomite - Making Non-distributed Databases Distributed
RedisConf17 - Dynomite - Making Non-distributed Databases Distributed
 
Argus Production Monitoring at Salesforce
Argus Production Monitoring at SalesforceArgus Production Monitoring at Salesforce
Argus Production Monitoring at Salesforce
 

Recently uploaded

Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Sonam Pathan
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Roomdivyansh0kumar0
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationLinaWolf1
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Personfurqan222004
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一3sw2qly1
 
Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Excelmac1
 
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Lucknow
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 

Recently uploaded (20)

Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 Documentation
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Person
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
 
Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...
 
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 

Les fonctionnalites mariadb

  • 1. © MariaDB. Company Confidential.
  • 2.
  • 3. © MariaDB. Company Confidential. MariaDB
  • 4. © MariaDB. Company Confidential. MariaDB Versions
  • 5. © MariaDB. Company Confidential. MariaDB 10.0 Scalability ● Advanced parallel replication ● Sharding ● MaxScale proxy (future) Performance ● Enhanced optimization ● Improved and special purpose storage engines ● Carefully tuned and enhanced server internals ● Advanced performance monitoring Availability ● HA clustering - integrating Galera cluster ● More online operations, less planned downtime NoSQL ● Interoperable storage engines such as Cassandra and Connect ● Dynamic columns and JSON processing ● HandlerSocket API Operations ● Comprehensive diagnostics built-in to the DB ● APIs and open architecture for easier integration Security ● Role-based access control ● Authentication plugins ● Sophisticated auditing capabilities
  • 6. © 2014, MariaDB Corp. Global Transaction ID (GTID) ● New MariaDB exclusive global event ID unique across multiple independent replication streams. ○ DomainID added to SeqNum-ServerID to uniquely label replication events. ○ Slaves save their replication status in a crash-safe table, transactionally synced to the slave’s binlog. ○ Replication streams always strictly ordered, but independent streams may be interleaved on the slave. ● Much simpler failover to new master with complex topologies. ● Supports multi-source and parallel replication. A1 A2 A3 A4 A5 B1 B2 B3 B4 B5 A1 A2 B1 A3 B2 B3 A4 A 4 B 3 Crash-safe Replication State XX DomainID 32-bit YYYY SeqNum 64-bit ZZ ServerID 32-bit MariaDB GTID
  • 7. © 2014, MariaDB Corp. ● Sponsored by Google. ● Allows slaves to process update events in parallel. ○ In same consistente order as the master ○ Out of order across domain ID ( require GTID) consistente per domain ● Preliminary benchmarks: almost 10x faster at 12 threads.
  • 8. © 2014, MariaDB Corp. Multi-Source Replication ● Collects data for analytics using built-in replication. ● Aids in administration example: consolidated backups of multiple databases. ● Uses MariaDB 10’s improved Global Transaction ID (GTID). Online E- Commerce Application Master S S S S Content Management System Click-stream data Data WarehouseSlave ETL Master S S S S Master S S S S
  • 9. © 2014, MariaDB Corp. Multi-DC Replication
  • 10. © 2014, MariaDB Corp. ● Clustered MariaDB nodes cooperate to remain in sync. ● With multiple master nodes, reads and updates both scale. ● Synchronous replication with optimistic locking delivers high availability with little overhead. ● Fast failover because all nodes remains synchronized. ● Integrated and tested binaries. MariaDB Galera Cluster Load Balancing and Failover Application / App Server
  • 11. © 2014, MariaDB Corp. Sharding with Spider ● Contributed by a 3rd party developer. ● Storage engine partitions large tables across multiple DBs. ● No changes to the client application. ● Developers aren’t aware, can keep applications simple. ● Allows for more parallelism, scale-out. ● Transactional storage engine. Application Customers A-H I-P Q-Z Spider Customers A-H Shard 1 Customers I-P Shard 2 Customers Q-Z Shard 3
  • 12. © 2014, MariaDB Corp. MariaDB 10 Performance: TokuDB Storage Engine ● 3rd party partner - TokuTek. ● Drop-in replacement for InnoDB/XtraDB. ● Advanced indexing and compression algorithms. ● Transactional. ● Up to 20x performance gain for inserts/updates. ● Up to 90% less disk storage. ● Online schema changes. ● Reduces or eliminates slave lag. ● Best when DB doesn’t fit in memory, and SSD longevity is important.
  • 13. © 2014, MariaDB Corp. Optimizer Improvements ● Enhancements include: ○ Disk access optimizations. ○ JOIN optimizations. ○ Subquery optimizations. ○ Optimized derived tables and views. ○ Execution control. ○ Optimizer control. ○ EXPLAIN improvements. ○ Independent storage engine statistics Less I/O, CPU, memory requirements. Faster execution.
  • 14. © 2014, MariaDB Corp. CPU Cache DRAM Disks, SANs Nanoseconds Microseconds Milliseconds 6 orders of magnitude How Does Fusion-io Flash Storage Accelerate Databases?
  • 15. © 2014, MariaDB Corp. How Much Faster Is MariaDB 10 With Fusion-io? About 24 times faster
  • 16. © 2014, MariaDB Corp. MariaDB 10 Interoperability: CONNECT Storage Engine ● From 3rd party developer. ● Maps diverse data to tables. ● JOIN mapped data to DB tables. ● Flat files including CSV. ● Tables in external DBs. ● Generated tables (PIVOT etc.) ● Plug-in API for your own mappings. Application Spi der MariaDB Parser/Optimizer/Connection Pool CONNECT Engine Other Engines Database Tables .log XML CSV
  • 17. © 2014, MariaDB Corp. MariaDB 10 Interoperability: Cassandra Storage Engine ● Window into a Cassandra ring: read/write like a table in MariaDB. ● Use standard SQL queries. ● JOIN Cassandra data to MariaDB tables. ● Use a MariaDB cluster for high-availability access. ● Bring data from Cassandra into OLTP applications. Application Spi der Database Tables MariaDB Parser/Optimizer/Connection Pool Cassandra Engine Other Engines
  • 18. © 2014, MariaDB Corp. Dynamic (& Virtual) Columns ● Store unstructured data in MariaDB tables with a simple API. ● Use MariaDB’s indexing and transactions to manipulate “document” style data fast and consistently. ● Nest sets of dynamic columns inside of other dynamic columns - hierarchical structuring. ● Include multiple rows with dynamic columns in transactions. ● Virtual Columns allows to create function based columns Cust ID Account Balance Dyn_Col_BLOBs 2035 $154.04 NAME: John Smith|LOC: 45.35243, -74.98348|IMAGE: x27A8B8C ... 2036 $929.10 NAME: Jane Doe|LOC: 45.35243, -74.98348|AGE: 32| GENDER: F... 2037 $377.53 NAME: Carol Jones|AGE: 43|GENDER: F||IMAGE: xA9674DE678 ...
  • 19. © MariaDB. Company Confidential. MariaDB [test]> create table t1 (id int auto_increment primary key, -> name varchar(40), -> type enum ("shirt", "phone", "computer"), -> price decimal(10,2), -> dynstr mediumblob); Query OK, 0 rows affected (0.11 sec) MariaDB [test]> insert into t1 (name, type, price, dynstr) values -> ("Funny shirt", "shirt", 10.0, COLUMN_CREATE(1, "blue", 10, "XL")), -> ("nokia", "phone", 649, COLUMN_CREATE(1, "black", 2, "touchscreen")), -> ("htc Desire hd", "phone", 579, COLUMN_CREATE(1, "black", 3, "Android")), -> ("BM/Lenovo Thinkpad X60s", "computer", 419, COLUMN_CREATE(1, "black", 3, "Linux")); Query OK, 4 rows affected (0.04 sec) Records: 4 Duplicates: 0 Warnings: 0 MariaDB [test]> select id, name, type, price, length(dynstr) as len, column_list(dynstr) as list from t1; +----+-------------------------+----------+--------+------+------+ | id | name | type | price | len | list | +----+-------------------------+----------+--------+------+------+ | 1 | Funny shirt | shirt | 10.00 | 17 | 1,10 | | 2 | nokia | phone | 649.00 | 27 | 1,2 | | 3 | htc Desire hd | phone | 579.00 | 23 | 1,3 | | 4 | BM/Lenovo Thinkpad X60s | computer | 419.00 | 21 | 1,3 | +----+-------------------------+----------+--------+------+------+ 4 rows in set (0.03 sec)
  • 20. © MariaDB. Company Confidential. MariaDB [test]> select name from t1 where COLUMN_GET(dynstr, 1 as char(10)) = "black"; +-------------------------+ | name | +-------------------------+ | nokia | | htc Desire hd | | BM/Lenovo Thinkpad X60s | +-------------------------+ 3 rows in set (0.01 sec) MariaDB [test]> MariaDB [test]> select name, COLUMN_GET(dynstr, 1 as char(10)) from t1 where COLUMN_EXISTS(dynstr, 1); +-------------------------+-----------------------------------+ | name | COLUMN_GET(dynstr, 1 as char(10)) | +-------------------------+-----------------------------------+ | Funny shirt | blue | | nokia | black | | htc Desire hd | black | | BM/Lenovo Thinkpad X60s | black | +-------------------------+-----------------------------------+ 4 rows in set (0.00 sec)
  • 21. © 2014, MariaDB Corp. Security
  • 22. © 2014, MariaDB Corp. Operations ● Improved Table Discovery - less work for DBAs; integrates storage engines. ✔ exclusive to MariaDB 10 ● SHOW PLUGINS SONAME - dynamic report on installed components. ✔ exclusive to MariaDB 10 ● SHUTDOWN Command - apps can shutdown the database programmatically. ✔ exclusive to MariaDB 10 ● Kill Query by Query ID - fix performance blocks . ● Online ALTER TABLE - schema changes without downtime. ● Per-thread Memory Statistics - easier tuning and problem diagnosis. ✔ exclusive to MariaDB 10 ● Improved Error Messages - faster problem solving. ✔ exclusive to MariaDB 10
  • 23. © 2014, MariaDB Corp. ● Audit Plugin 1.1 includes table event logging such as triggers and stored procedure calls, unique to its integration with MariaDB. ● Building on these capabilities, V2.0 of the Audit Plugin is planned to include: ○ Optional field substitution of placeholders in query logs to improve privacy and security. ○ Integration with MariaDB 10 Role-based Access Control - filtering audit logs by role. ○ Recording of privilege changes as auditable events. ○ Log rotation. ● Projected availability: November, 2014. MariaDB Audit Plugin 2.0 Roadmap
  • 24. © 2014, MariaDB Corp. Introducing MariaDB MaxScale, Web Scale Database Proxy MaxScale hides complexity, making clusters of systems look like a single server to a client. ● Simplifies complex replication schemes for massive scale, high availability. ● Manages performance with logging. ● Safeguards data through firewall filtering. ● Connects diverse clients and databases with multiple protocols, query transformations. Client Simple Requests MaxScale
  • 25. © 2014, MariaDB Corp. MariaDB MaxScale: Lightweight, Modular, Intelligent, Transparent Protocol Authentication Monitor Filter& Logging Routing MaxScale Core Routing ● MaxScale core is a high- performance message switch. ● Module APIs allow for multiple modules of each type. ● Modules can be client- facing, back-end facing, internal, or connect to other DBs.
  • 26. 19.06.2014 MaxScae Each application server uses 2 connections: 1 R/W, 1 R MaxScale connects the R/W client connections to the master and the R connections are load-balanced to all slaves
  • 27. Each application server uses only 1 connection MaxScale creates 2 connections, one for R/W on the master node and one for R/O load balanced on the slave nodes MaxScale R/W Splitting MaxScale monitors the state of each node and only applies operations on available slaves
  • 28. Each application server uses only 1 connection Only fully synchronised nodes are included MaxScale monitors the state of the nodes and load balances all operations MaxScale
  • 29. Each application server uses only 1 connection If the “master” node fails a new one can be elected immediately MaxScale selects one node as ” master” and the other nodes as ” slaves” MaxScale
  • 30. © 2014, MariaDB Corp. MariaDB 10.0 Roadmap MariaDB 10.0 10.0.X Releases through 2014 Performance ● Thread pool improvements including Percona enhancements. ● SHOW EXPLAIN improvements (PARTITIONS, EXTENDED attributes). Scalability ● Supportability matrix and testing for combining MariaDB 10 and MySQL 5.6 replication. Interoperability ● Port and optimize for IBM’s Power 8 architecture (in conjunction with IBM). ● Improvements to CONNECT engine. ● Experimental Mroonga Asian full-text search engine.
  • 31. © 2014, MariaDB Corp. MariaDB 10.1 Roadmap MariaDB 10.1 10.1 Beta Tentative Q4 CY2014 10.1 GA Tentative Q1 CY2015 Performance ● Per-query variables. ● userstat improvements. ● NUMA enhancements. ● Improved thread management ● Remote and portable tablespaces ● Query timeouts. ● InnoDB: ○ >16K InnoDB buffers. ○ InnoDB defragmentation. ○ InnoDB persistent auto-increment. ○ InnoDB forced primary key. ○ SHOW ENGINE INNODB STATUS. ● Memory engine varchar, BLOB types, default_tmp_storage_engine. ● Merge WebscaleSQL improvements, integrate stress test. ● UNION ALL without temporary tables. ● Optimizer enhancements: ○ Semi-joins + outer-joins. ○ Optimizer trace. ○ EXPLAIN JSON. ○ EXPLAIN ANALYZE.
  • 32. © 2014, MariaDB Corp. MariaDB 10.1 Roadmap MariaDB 10.1 10.1 Beta Tentative Q4 CY2014 10.1 GA Tentative Q1 CY2015 Scalability ● Performance tuning Parallel Replication and GTID, benchmarks. ● Row-level parallel replication enhancements. ● Slave execution of triggers. ● Selected WebscaleSQL scalability enhancements. Availability ● Full integration of Galera Cluster into MariaDB. Interoperability ● Open Query Graph (OQGRAPH) engine improvements. ● GIS improvements: full OGC compliance (map data). Operations ● New Performance Schema instruments. ● Progress report on mysqldump. ● CREATE OR REPLACE for most database objects (GSOC).
  • 33. © 2014, MariaDB Corp. MariaDB 10.1 Roadmap MariaDB 10.1 10.1 Beta Tentative Q4 CY2014 10.1 GA Tentative Q1 CY2015 Security ● Kerberos authentication support through plug-in. ● Password Validation Plugin. ● Password improvements in the server: ○ Set password expiry dates. ○ Lock passwords after failed attempts. ● Audit Plugin addition: Track password changes. ● Role-based access control improvements and performance tuning. Other Features ● Version control in GitHub. ● Additional character set and collation options. ● Multiple triggers per table. ● MDL improvements. ● IPv6/IPv4 datatype.
  • 34. © 2014, MariaDB Corp. Resources ● bugs: mariadb.org/jira ● mailing lists: ○ maria-discuss@lists.lanuchpad.net ○ maria-developers@lists.launchpad.net ● fb.com/MariaDB.dbms ● twitter: @mariadb ● #maria on irc.freenode.net ● https://mariadb.com/kb/en ● downloads: https://downloads.mariadb.org ○ apt,yum repositoriies available ● Default in RHEL7, SuSE 12, Fedora, Slackware, Archlinux etc etc
  • 35.
  • 36. © 2014, MariaDB Corp. Beyond MariaDB 10.1 ● Transactional DDL. ● Indexes on expressions. ● Field/Column type plug-in. ○ JSON/BSON. ○ YAML. ○ IPv6/IPv4. ○ UUID. ○ Own datatype for Dynamic Columns. ● More storage engines and interoperability with other DBs - potentially: ○ InfiniDB. ○ MongoDB. ○ Hadoop/HDFS. ○ HBase/Honeycomb. ○ RocksDB/LevelDB. ● Message queues. ● Global DDL lock. ● Windowing functions.
  • 37. © 2014, MariaDB Corp. Database Tables MariaDB 10 Role: DBA Permissions: ● Update Schema ● View Statistics ● Create Database DBA Developer Sysadmin MariaDB 10: Security: Role-Based Access Control MySQL MariaDB ✘ ✔ in 10.0.
  • 38. © MariaDB. Company Confidential.
  • 39. © 2014, MariaDB Corp. Thread Time 27 .003761 28 34.2529 29 .000713 Why is this so slow? Lets find out… SHOW EXPLAIN FOR 28; ID select_type table possible_ke ys rows 1 SIMPLE tbl NULL 1855174 Oh! Sequential scan of a 18M row table… no wonder! I’ll let the team know... MariaDB 10.0 Operations: SHOW EXPLAIN FOR Command To: DevOps Team From: DBA Debby Subj. Slow Queries Hey guys, figured out those blocking queries. The new reservation app is looking for the shortest route but that column has no index - we need one! I’ll add it now. Debby And it works in the slow query log too! Also for UPDATE and DELETE.
  • 40. © 2014, MariaDB Corp. MariaDB MaxScale Application MariaDB Partner Ecosystem MaxScale Proxy Technology Preview
  • 41. © 2014, MariaDB Corp. MariaDB MaxScale: Implementing Advanced Database Services ● MaxScale services interface to clients and servers through protocols. ● Router modules implement policy to determine which servers are best able to handle requests. ● Filters and logging modules implement a pipeline that can block, split, or transform requests. Simple clients, complex Technology Preview Routing Filter/Lo g Client Protocol Server Protocol Message Core & State Machine .log
  • 42. © 2014, MariaDB Corp. Client and Back-End Protocols ● Client protocols let applications connect to MaxScale with different database languages and connections. ○ Initial support for MySQL connectors. ○ Future support planned for JSON/BSON, others. ● Back-end protocols allow MaxScale to connect to different database and cluster technologies. ○ Initial support for MySQL Replication, MariaDB Replication, Galera Cluster, and MySQL Server with NDB storage engine. Protocol Technology Preview
  • 43. © 2014, MariaDB Corp. Routing and Load Balancing ● Routing modules implement fundamental proxy algorithms. ○ Connection based routing: establishes route upon connection, doesn’t examine requests. ○ Statement based routing: examines requests to dynamically route requests to the appropriate back- end. ● Modular design allows for load balancing, HA failover, sharding, and other routing policies. Routing Technology Preview
  • 44. © 2014, MariaDB Corp. Filtering, Logging, and Auditing ● Can log requests that meet filter criteria such as time-out, access specific row, etc. ● Configurable firewall blocks or allows requests based on policy. ● External filtering and transformation pipeline processes requests and results as they pass through MaxScale. ○ Allows for creation of parallel streams. ○ Transforms can alter both requests and returned data. Filter/Log Technology Preview
  • 45. © 2014, MariaDB Corp. Authentication and Monitoring ● Authentication modules let MaxScale proxy user credentials. ○ In the future, they may deliver alternative authentication such as Kerberos, OpenStack Keystone, or PAMs. ● Monitoring modules provide the detailed back-end state information MaxScale needs to make the right routing decisions. Authentication Monitor Technology Preview
  • 46. © 2014, MariaDB Corp. Read Scalability: MySQL Replication + Connection Load Balancing ● Applications are “cluster aware”, split reads and writes on separate connections. ● Using connection load balancing, MaxScale routes the read/write connection to the master, and uses round- robin load balancing to route read-only connections to the slaves. ● MaxScale monitors the cluster, adjusting resource pools should a slave fail, or should MHA failover promote a slave to master. MaxScale Technology Preview
  • 47. © 2014, MariaDB Corp. RW Scalability, HA Failover: Galera Cluster + Connection Load Balancing ● Applications can be simple, use one connection for reads and updates. ● Using connection load balancing, MaxScale load balances connections to each node in the Galera Cluster, round-robin. ● MaxScale monitors the cluster, routing requests only to fully synchronized nodes. MaxScale Technology Preview
  • 48. © 2014, MariaDB Corp. RW Splitting, Read Scalability: MySQL Replication + Statement Load Balancing ● Applications can be simple, use one connection for reads and updates. ● Using statement load balancing, MaxScale dynamically routes writes to the master, and round- robin load balances read requests to the slaves. ● MaxScale monitors the cluster, routing requests only to fully operational nodes. MaxScale R/W Splitting Technology Preview
  • 49. © 2014, MariaDB Corp. Query Logging For Performance Diagnostics DBAs or DevOps engineers can capture performance problems: 1. MaxScale accepts a query from a client application, 2. Forwards the query to the back-end, logs it into the “All Queries” and “Long Running Queries” log files. 3. Receives the result from the back- end, 4. Forwards the result to the client, logs the result into the “All Queries” log, and if it is one of the N longest- running queries, logs the result into the “Long Running Queries” log file. MaxScale is flexible. Rather than logging, it could “tee” queries to another service such as an Technology Preview MaxScale Filter&Loggin g .log Long-Running Queries .log All Queries 1 4 2 4 2 4 2 3
  • 50. © 2014, MariaDB Corp. Query Transformation For Legacy Application Compatibility Modify queries from legacy applications on the fly - for example a MySQL 5.1 app: 1. MaxScale accepts a query from a MySQL 5.1 compatible client, 2. If the query matches the regular expression “/CREATE TABLE/” then MaxScale substitutes “ENGINE” for “TYPE” in that statement, else it passes the statement through the filter unchanged. 3. Forwards the transformed statement to MariaDB 10 or MySQL 5.6. 4. Receives the result from the back- end. 5. Forwards the result to the client. Complex pipelines with multiple stages that split, filter, andTechnology Preview MaxScale Filter&Loggin g 1 5 3 4 /CREATE TABLE/ s/TYPE/ENGINE/ 2
  • 51. © 2014, MariaDB Corp. MaxScale Flexibility In Action: Experimental Binlog Router Handle wide replication schemes using MaxScale as a binlog relay: 1. MaxScale registers as a slave with the master database, 2. The master streams binlog records to MaxScale as it would any slave. 3. MaxScale stores the binlog records. 4. The slave servers register with MaxScale, which behaves exactly as the master database. 5. MaxScale streams stored binlog records to the slaves to catch them up to the master, or to maintain their consistency, offloading the master database. Prototype delivered to customer demonstrates how MaxScale can simplify web-scale challenges.Technology Preview Binlog Records Binlog Router MaxScale 4 5 1 2 3
  • 52. © 2014, MariaDB Corp. MariaDB MaxScale Today Beta Today, GA Q4 2014: ● Platforms supported - all 64-bit only: ○ CentOS 5,6,7, RHEL 5,6, Fedora 19,20 ○ Debian 6,7, Ubuntu 12.04 LTS, 13.10, 14.04 ○ OpenSUSE 13.1 ● Open source (GPL v2) on GitHub. ● CLI and text-based administration, tooling. ● Supports Pacemaker and Heartbeat HA. ● Protocols, Authentication: MySQL/MariaDB connectors, authentication. ● Monitors: MySQL/MariaDB replication + MHA, Galera cluster. ● Routers: Connection and statement based load balancing, R/W splitting: ○ Complex replication hierarchies. ○ Server and service weighting. ○ Slave fault tolerance, slave consistency (lag) as routing decision parameter. ○ Server maintenance mode. ● Logging/Filters: “Tee” splitter, everything and time-based logging, regex-Technology Preview
  • 53. © 2014, MariaDB Corp. MaxScale Roadmap ● MaxScale V1.1 and beyond: ● Integration with MariaDB Enterprise. ● Hinting added to Statement Load Balancing: execute only on a slave, on a specific node, on the master, on a slave with < specified lag etc. ● Binlog relay: improved HA for master/slave replication. ● MySQL Cluster (NDB) connection load balancing. ● HTTPD/NoSQL protocols, including JSON/BSON, Cassandra, HBase. ● Hadoop cluster replication applier: feed analytics/Big Data backends. ● Logging integrated with RabbitMQ. ● Authentication modules for PAM, OpenStack (Keystone), AWS-IAM. ● More vertical market and migration focused filters. ● Module APIs, DevOps-focused management API. ● Dynamic configuration: online config and module updates. Confidential Technology Preview
  • 54. © 2014, MariaDB Corp. MaxScale: Additional Capabilities Under Investigation ● Protocols: more NoSQL integrations. ● Protocols: mapping from legacy database statements to facilitate migrations. ● Routers: Advanced sharding support. ● Routers: Geographic replication for disaster resilience. ● Routers: Multivariate (A/B) testing. ● Filters: firewalls designed for HIPPA, PCI use cases. ● Filters: data obfuscation tools. ● Filters: intelligent feed of operational data to analytics. ● Performance and availability enhancements: caching, deployment co-location, clustering, and failover improvements.Technology Preview Confidential
  • 71. 19.06.2014 ● Check on GitHub https://github.com/skysql/MaxScale ● MariaDB Source https://downloads.mariadb.org/ ● Bugs report http://bugs.skysql.com/buglist.cgi?product=Maxscale ● Google groups https://groups.google.com/forum/#!forum/maxscale ● Binary Tarball http://downloads.skysql.com/files/SkySQL/MaxScale ● MariaDB website http://www.mariadb.com