database - MySQL Community Server Limitations -


could please tell limitations mysql community server & pros of mysql enterprise server?

the following our daily transactional activity db

atleast 10 million records created , updated on person day basis.

scheduled procedures acting on records in addition application accessing them.

i concerned db capacity (db size threshold,etc) , if withstand huge volume of data when opt mysql community server.

thanks in advance.

difference between mysql ce , mysql enterprise edition?

difference between community edition , enterprise edition added support , tools. server same, enterprise edition gets updated more , stable quick bug fix support. safe , not make problem if decide move on oracle in future.

mysql enterprise subscriptions include:

  1. mysql enterprise server reliable, secure , up-to-date version of world’s popular open source database
  2. the mysql enterprise monitor provides monitoring , automated ad visors eliminate security vulnerabilities, improve replication, optimize performance, , more
  3. mysql technical support enables toughest technical questions answered quickly.
  4. mysql consultative support, available mysql enterprise platinum gives tailored advise mysql support team on how design , tune mysql servers, schema, queries, , replication set-up better performance.

mysql community server:

  1. freely available under open source gpl license

  2. in myisam table dynamic (variable length) rows, index file table (tablename.myi) stores row locations using 32-bit pointers data file (tablename.myd). means can address 4gb of space.


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -