简体   繁体   English

MySQL社区服务器限制

[英]MySQL Community Server Limitations

Could anyone please tell what are the limitations to MySQL Community Server & the pros of a MySQL Enterprise Server? 谁能告诉我们MySQL社区服务器有哪些限制以及MySQL企业服务器的优点?

The following would be our daily transactional activity with the DB 以下是我们与DB的日常交易活动

Atleast 10 million records would be created and updated on a person day basis. 将在每天创建和更新至少1000万条记录。

Scheduled Procedures would be acting on the records in addition to the application accessing them. 除访问它们的应用程序外,计划程序还将对记录采取行动。

I am concerned about the DB capacity (DB size threshold,etc) and if it would withstand huge volume of data when i opt for MySQL Community Server. 我担心数据库容量(数据库大小阈值等)以及当我选择MySQL社区服务器时它是否能够承受大量数据。

Thanks in Advance. 提前致谢。

Difference between MySQL CE and MySQL Enterprise edition? MySQL CE和MySQL企业版之间的区别?

Difference between the community edition and the enterprise edition is added support and tools. 社区版和企业版之间的差异是增加了支持和工具。 The server itself is the same, but the enterprise edition gets updated more frequently and it is stable with quick bug fix support. 服务器本身是相同的,但企业版更频繁地更新,并且通过快速的错误修复支持它是稳定的。 It would be safe and will not make any problem if the decide to move on to ORACLE in future. 如果决定将来继续使用ORACLE,那将是安全的并且不会有任何问题。

MySQL Enterprise subscriptions include: MySQL Enterprise订阅包括:

  1. MySQL Enterprise Server which is the most reliable, secure and up-to-date version of the world's most popular open source database MySQL Enterprise Server是世界上最流行的开源数据库中最可靠,最安全和最新的版本
  2. The MySQL Enterprise Monitor provides monitoring and automated Ad visors to help you eliminate security vulnerabilities, improve replication, optimize performance, and more MySQL Enterprise Monitor提供监控和自动化Ad Visors,帮助您消除安全漏洞,改进复制,优化性能等
  3. MySQL Technical Support enables you to get your toughest technical questions answered quickly. MySQL技术支持使您能够快速解决最棘手的技术问题。
  4. MySQL Consultative Support, available with MySQL Enterprise Platinum gives you tailored advise from the MySQL Support team on how to properly design and tune your MySQL servers, schema, queries, and replication set-up for better performance. MySQL咨询支持与MySQL Enterprise Platinum一起提供,为您提供MySQL支持团队的定制建议,帮助您正确设计和调整MySQL服务器,模式,查询和复制设置,以获得更好的性能。

MySQL Community Server: MySQL社区服务器:

  1. Freely available under the open source GPL license 根据开源GPL许可证免费提供

  2. In a MyISAM table with dynamic (variable length) rows, the index file for the table (tablename.MYI) stores row locations using 32-bit pointers into the data file (tablename.MYD). 在具有动态(可变长度)行的MyISAM表中,表的索引文件(tablename.MYI)使用32位指针将行位置存储到数据文件(tablename.MYD)中。 That means it can address only 4GB of space. 这意味着它只能处理4GB的空间。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM