• Contact Us
  • Support
  • Questions? Contact Us Today: 617.630.2800
  • Follow us on Twitter
  • Join our Facebook Group
  • Find us on LinkedIn
  • Subscribe to our RSS Feed
  • Search Site

  • Solutions
    • By Use Case
    • By Industry
    • By Delivery Model
  • Product
    • Product Architecture
    • Scale Out via Data Distribution
    • Scale Out via Read/Write Splitting
    • Data Traffic Management
    • Availability
    • Key Features / Benefits
    • Easing Capacity Planning
    • What is Database Sharding?
  • Resources
    • Datasheets
    • Case Studies
    • Whitepapers
    • Webinars
    • Videos
    • Scale Out Readiness Calculator
    • Database Assessment
    • Benchmark
    • Frequently Asked Questions
    • Documentation
  • Blogs
    • ScaleBase Blog
    • CTO Blog
  • Company
    • Customers
    • Management
    • News
      • Press Releases
      • Coverage
      • Events
    • Partners
    • Investors
    • Careers
    • Contact Us

You are here: ScaleBase / Blog

Archive for category: Blog

ScaleBase presents a Webinar on how to Optimize MySQL Scalability by Choosing the Best Sharding Policy | May 22, 2013 1:00pm EDT

19 May 2013 / 0 Comments / in Blog, Database Scalability, MySQL Sharding/by Paul Campaniello

Database sharding, used by Facebook, Tumblr and Mozilla, is an incredibly powerful way to ensure MySQL systems scale-out and drive consistent, fast app performance to handle more users, more data, and more workloads.

Nowadays sharding can be automated, but how do you choose the right sharding rules to ensure optimal MySQL scalability and performance for your applications?

scale out webinar

In this TechTalk webinar, Doron Levari CTO at ScaleBase, discusses how to:

- Determine if sharding is right for your organization
- Choose the best sharding policy for your applications
- Avoid sharding policy lock-in and data silos

Learn from ScaleBase’s experience automating the MySQL sharding process.

Register today and  how to cost-effectively scale growing MySQL databases without disrupting your existing infrastructure.

 

MySQL Sharding Blog Series: Does Sharding Make Sense on a Single Machine?

16 May 2013 / 0 Comments / in Blog, Database Scalability, ScaleBase/by Petr Dvorak

MySQL ShardingGrowth comes with success and we love to see it — and as your business expands, so does your database, increasing both concurrent connections and transactions. In previous blog entries, we’ve discussed a few MySQL database scaling strategies and how database sharding solves scalability issues, and how easy it is with ScaleBase automation.

One Server or Many?Database Server

With database sharding, the individual shards — a.k.a horizontal partitions of data — are typically created with the vision of being placed on multiple machines for massive parallelization of data processing and storage. But, there are also valuable benefits from running a sharded database where all shards are on a single server.

Read More

MySQL Sharding Blog Series: Does Sharding Work in the Cloud?

13 May 2013 / 0 Comments / in Blog, MySQL Sharding, ScaleBase/by Petr Dvorak

MySQL Database Sharding in the CloudLet’s say you’ve recently moved your application to the cloud. You’re probably thrilled to no longer worry about hardware upgrades, maintenance, or backups. In fact, having your data in the cloud can (and should) make your life easier.

But with a flourishing company, your database will likely grow rapidly with more users and more transactions. Can your cloud service provider meet the demand? Will your database scale?

Read More

MySQL Sharding Blog Series: How to Avoid Re-writing Applications

06 May 2013 / 0 Comments / in Blog, Database Scalability/by Petr Dvorak

MySQL Sharding SucksSo, your application is growing, you’re serving more data, more users, and more transactions — congratulations, you must be doing something right! With this increase in information, however, can your MySQL database scale to handle it all? If not, how can you scale out your MySQL database?

There are several MySQL scalability approaches you might investigate including; read/write splitting, clustering, and putting your database on bigger hardware. Each of these approaches can be helpful, but we believe the ultimate scalability benefits come from deploying a technique called database sharding. Read More

The Story of the Thread Pool and MySQL Scalability

30 Apr 2013 / 0 Comments / in Blog, Database Scalability, ScaleBase/by Petr Dvorak

Thread Pool and MySQL ScalabilityThere are many popular websites that are powered by MySQL — including Facebook, Twitter and Zynga — the best evidence that large applications with millions of users can be built and scale well with MySQL. MySQL provides a Thread Pool in its Enterprise Edition which is sometimes mistakenly touted as one of the prime tools for better performance and scalability. Although the thread pool is able to reduce overhead in managing client connections and statement execution threads; it will not improve performance and scalability of an overloaded MySQL instance.

Scalability is NOT in a Thread Pool

Fact is, MySQL thread pools do little for scalability. With thread pools, your database continues to stay alive even in times of excessive load but they alone do nothing to increase the actual data throughput when your business applications demand it. Read More

ScaleBase Sponsoring Percona Live MySQL Conference this week

22 Apr 2013 / 0 Comments / in Blog, Database Scalability, ScaleBase/by Paul Campaniello

percona-live-mce-logo-mysql-scalabilityScaleBase is a silver sponsor of the Percona Live MySQL Conference & Expo at the Santa Clara Convention Center. ScaleBase will be exhibiting at booth #102.

MySQL is the world’s most popular open-source database, powering web-scale applications such as Facebook, YouTube, and Twitter. MySQL continues to evolve rapidly, reaching more markets and powering more applications every day. Read More

ScaleBase presents a Webinar on Scaling Out MySQL Databases: Sharding Made Easy | April 18, 2013 2:00pm EDT

15 Apr 2013 / 0 Comments / in Architecture, Blog, Database Scalability, ScaleBase/by Paul Campaniello

scale-up-scale-outDatabase sharding, used by Facebook, Tumblr and Mozilla, is an incredibly powerful way to ensure MySQL systems scale-out and drive consistent, fast app performance to handle more users, more data, and more workloads. But home-grown sharding is hard, full of caveats, and very often ends up as non-cost effective.

ScaleBase provides an easy to use platform to scale-out MySQL databases. It gives all the benefits of MySQL sharding, while eliminating the biggest challenges associated with sharding.

scale out webinar

In this TechTalk webinar, Doron Levari CTO at ScaleBase, explains:
- MySQL scale-out without embedding code and re-writing apps
- Successful sharding on Amazon and private clouds
- Single vs. multiple shards per server
- Eliminating data silos
- Creating a redundant, fault tolerant architecture with no single-point-of-failure
- Re-balancing and splitting shards

Register today and learn how to cost-effectively scale MySQL to handle an infinite number of users, with no disruption to the existing infrastructure.

 

 

 

 

How to Overcome MySQL Scalability Limitations of v.5.6

11 Apr 2013 / 0 Comments / in Blog, Database Scalability/by Ron Truxton

mysql database scalabilty limitationsWith MySQL 5.5 deployed all over the world, many MySQL administrators have anxiously awaited the recent release of 5.6. Since Oracle released version 5.6, many of us are wondering not only about the much-touted scalability benefits, but the limitations as well. This article will discuss the benefits and how to overcome the limitations to ensure your database is ready to grow with your business.

Scalability Enhancements

MySQL 5.6 has three new scalability enhancements:

1. Partitioning Enhancements
There are two partitioning enhancements in version 5.6 including explicit partition selection and the ability to import and export partitioned tables. Read More

How to Determine Your MySQL Scale Out Readiness?

08 Apr 2013 / 0 Comments / in Blog, Database Scalability/by Ron Truxton

Calculating MySQL Scale Out ReadinessIf you ask database developers from Facebook, Tumblr or Mozilla for an effective way to drive more consistent and faster app performance, they might all reply in unison, “scale out your MySQL database”. Each company has effectively scaled out their MySQL systems by using home-grown sharding to handle more users, more data, and more workloads. We’ll discuss the pros and cons of home-grown MySQL scale out versus platform-based MySQL scale out in an upcoming post.

But, how do you determine if you’re pushing the boundaries of MySQL’s scalability limits?

Gathering Data

To calculate if your existing infrastructure can benefit from a MySQL scale out solution, you need to gather some data and make some predictions. Specifically, you would gather the following MySQL systems environment data points: Read More

Top Two Signs your MySQL Database is Maxing Out

02 Apr 2013 / 0 Comments / in Blog, Database Scalability, Performance, ScaleBase/by Ron Truxton

MySQL Database Maxing OutOne of the main responsibilities of any database administrator is to keep a close eye on how database performance is impacting size and storage. Decisions will have to be made on whether or not to make changes within the database structure or application itself, or to make the changes on the storage and resource side instead.

Here are two key indicators that your MySQL Database is getting too large: Read More

Page 1 of 512345

Subscribe to Blog


 

Tweet
database assessment
Popular
  • Can Prepared Statements Improve Your Scalability?May 23, 2011, 5:57 pm
  • MemoryImageSeptember 6, 2011, 10:33 am
  • Backing Up MySQL With ScaleBaseSeptember 12, 2011, 8:34 am
  • Running TPC-C on MySQL/RDSJune 15, 2011, 8:45 pm
Recent
  • ScaleBase presents a Webinar on how to Optimize MySQL Scalability...May 19, 2013, 3:30 pm
  • MySQL Sharding Blog Series: Does Sharding Make Sense on...May 16, 2013, 10:03 am
  • MySQL Sharding Blog Series: Does Sharding Work in the Cloud?May 13, 2013, 9:45 am
  • MySQL Sharding Blog Series: How to Avoid Re-writing ApplicationsMay 6, 2013, 11:54 am
Comments
  • [...] business model, and a strong executive. Scalebase,...February 4, 1:49 am by The Investing Edge of Enterprise IT
  • [...] Recently some customers running on Amazon EC2 asked...December 28, 3:27 pm by High Availability for your ScaleBase instance | MySQL | Syngu
  • [...] ScaleBase Releases Database TPC-C Performance Results...December 12, 2:29 pm by ScaleBase achieves 180K NO-TPM TPCC results on... | MySQL | Syngu
  • Hi Milo - I totally agree. You need to understand how you're...September 6, 10:33 am by liran
Tags
Amazon RDS application re-write Big Data Funding cloud sharding Database Availability database capacity database cloud database scalability database scalability strategy database sharding database virtualization data traffic manager Elastic Load Balancing Hadoop high availability Industry News MySQL MySQL 5.6 MySQL Clustering MySQL Scalability MySQL Scalability Issues MySQL scale out MySQL Sharding MySQL Tuning NewSQL next gen apps NOSQL scalability of databases Sharding single point of failure thread pool

Recent Comments

  • The Investing Edge of Enterprise IT on Management
  • High Availability for your ScaleBase instance | MySQL | Syngu on High Availability for your ScaleBase instance

Solutions

  • Solutions
    • Centralized Database Management & Visibility
    • Scalability
    • Database Availability
    • Delivery Models
    • Industry Solutions

Products

  • Product Overview
    • Product Architecture
    • Scale Out via Data Distribution
    • Scale Out via Read/Write Splitting
    • Data Traffic Management
    • Availability
    • Key Features / Benefits
    • Easing Capacity Planning
    • Database Sharding

Resources

  • Datasheets
  • Case Studies
  • Whitepapers
  • Webinars
  • Videos
  • Scale Out Readiness Calculator
  • Benchmark
  • Frequently Asked Questions
  • Documentation
  • Database Assessment

Company

  • Company
    • Customers
    • Management
    • News
    • Partners
    • Investors
    • Careers
© 2012 Scalebase Inc.

  • |Home
  • |Sitemap
  • |Privacy Policy
  • |Contact Us
  • |Blog