mysql是不是玩具数据库
.是不是和sql server、oracle、db2完全不能比啊
回复讨论(解决方案)
SQL Server,微软的产品,优点是可视化界面非常强大,使用方便,对于初级程序员是很大的帮助。并发量与效率一般,而且是收费的软件。适合中小型项目。
MySQL,甲骨文收购Sun之后即被纳入Oracle旗下。可视化操作不如SQL Server,但并发量与效率与之相仿,而且免费,它在中小型项目中得到广泛应用,甚至大型项目做数据库集群也要用它。
Oracle,甲骨文的核心产品,当今大型数据库市场占有率最高。并发量最高、效率最好,收费而且价格不菲,适合大公司的大型项目。
DB2,IBM的大型数据库产品,并发量与效率不如Oracle,但核心优势是后台强大的数据处理,同样价格不菲。大型的金融相关项目可能会用到两种数据库,Oracle在前,应付并发量,DB2在后负责数据处理。
SQL Server,微软的产品,优点是可视化界面非常强大,使用方便,对于初级程序员是很大的帮助。并发量与效率一般,而且是收费的软件。适合中小型项目。
MySQL,甲骨文收购Sun之后即被纳入Oracle旗下。可视化操作不如SQL Server,但并发量与效率与之相仿,而且免费,它在中小型项目中得到广泛应用,甚至大型项目做数据库集群也要用它。
Oracle,甲骨文的核心产品,当今大型数据库市场占有率最高。并发量最高、效率最好,收费而且价格不菲,适合大公司的大型项目。
DB2,IBM的大型数据库产品,并发量与效率不如Oracle,但核心优势是后台强大的数据处理,同样价格不菲。大型的金融相关项目可能会用到两种数据库,Oracle在前,应付并发量,DB2在后负责数据处理。
胡扯吧,mysql能和sql server比,不会是2000吧
SQL Server,微软的产品,优点是可视化界面非常强大,使用方便,对于初级程序员是很大的帮助。并发量与效率一般,而且是收费的软件。适合中小型项目。
MySQL,甲骨文收购Sun之后即被纳入Oracle旗下。可视化操作不如SQL Server,但并发量与效率与之相仿,而且免费,它在中小型项目中得到广泛应用,甚至大型项目做数据库集群也要用它。
Oracle,甲骨文的核心产品,当今大型数据库市场占有率最高。并发量最高、效率最好,收费而且价格不菲,适合大公司的大型项目。
DB2,IBM的大型数据库产品,并发量与效率不如Oracle,但核心优势是后台强大的数据处理,同样价格不菲。大型的金融相关项目可能会用到两种数据库,Oracle在前,应付并发量,DB2在后负责数据处理。
胡扯吧,mysql能和sql server比,不会是2000吧
这个不是比不比的问题吧,在LINUX下你安个sql server????,应用地方也不一样。个人支持开源
目前稳定版本的 mysql 不支持分布式应用、不支持元数据,说他是玩具数据库也不为过
据说有支持分布式应用的新版出来了
最耽心的是 MySQL 会用 Java 重写
目前稳定版本的 mysql 不支持分布式应用、不支持元数据,说他是玩具数据库也不为过
据说有支持分布式应用的新版出来了
最耽心的是 MySQL 会用 Java 重写
什么叫不支持分布式,只支持本地事务啊,不可能吧
虽然比不上sql server、oracle,但是做web足足够用了。
另外,MySQL是开源免费的,它简单,方便。还是很受欢迎的。
免费的东西,要求不要太高。
除非你买高级版的。
虽然大家都知道Mysql有个企业版....
一个数据库要支持到什么样的级别才不是玩具呢?
虽然大家都知道Mysql有个企业版....
一个数据库要支持到什么样的级别才不是玩具呢?
分布式事务啊,否则有什么意义
mysql好像支持的,就是不知道实际效果如何
迅雷够大吗?用得就是Mysql
迅雷够大吗?用得就是Mysql
估计是云播之类的,事务处理不重要,用免费的也不奇怪
你再去问问迅雷的核心数据库,看看是不是oracle
迅雷够大吗?用得就是Mysql
估计是云播之类的,事务处理不重要,用免费的也不奇怪
你再去问问迅雷的核心数据库,看看是不是oracle
我可以告诉你 淘宝阿里现在很多地方都是部署的MYSQL关系型数据库,当然这个数据库已经不是我们现在用到的这个样子了,他们自己在原有的基础上做了非常多的改进。
国内很多公司都在抛弃Oracle 现在还在用的应该就是银行之类的政府机关大型国企了吧。
如果要讨论数据库的东西 可能要到相关的板块讨论会有更多专业的人士来参与进来。
facebook起家的时候使用的就是mysql,wikipedia使用的就是mysql,但是自从被甲骨文收购之后使用mariadb,同样是基于mysql的.mac开发者频道之前使用的也是mysql,但是现在默认pgsql ..
迅雷够大吗?用得就是Mysql
估计是云播之类的,事务处理不重要,用免费的也不奇怪
你再去问问迅雷的核心数据库,看看是不是oracle
我可以告诉你 淘宝阿里现在很多地方都是部署的MYSQL关系型数据库,当然这个数据库已经不是我们现在用到的这个样子了,他们自己在原有的基础上做了非常多的改进。
国内很多公司都在抛弃Oracle 现在还在用的应该就是银行之类的政府机关大型国企了吧。
如果要讨论数据库的东西 可能要到相关的板块讨论会有更多专业的人士来参与进来。
对云不了解,说是说去ioe,核心肯定还是oracle,其他的只存储不同时写用mysql当然没问题
其实只是想知道mysql的分布式事务处理到底如何让,和oracle差距在哪
可以这样理解

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The main role of MySQL in web applications is to store and manage data. 1.MySQL efficiently processes user information, product catalogs, transaction records and other data. 2. Through SQL query, developers can extract information from the database to generate dynamic content. 3.MySQL works based on the client-server model to ensure acceptable query speed.

The process of starting MySQL in Docker consists of the following steps: Pull the MySQL image to create and start the container, set the root user password, and map the port verification connection Create the database and the user grants all permissions to the database

Laravel is a PHP framework for easy building of web applications. It provides a range of powerful features including: Installation: Install the Laravel CLI globally with Composer and create applications in the project directory. Routing: Define the relationship between the URL and the handler in routes/web.php. View: Create a view in resources/views to render the application's interface. Database Integration: Provides out-of-the-box integration with databases such as MySQL and uses migration to create and modify tables. Model and Controller: The model represents the database entity and the controller processes HTTP requests.

I encountered a tricky problem when developing a small application: the need to quickly integrate a lightweight database operation library. After trying multiple libraries, I found that they either have too much functionality or are not very compatible. Eventually, I found minii/db, a simplified version based on Yii2 that solved my problem perfectly.

Oracle is not only a database company, but also a leader in cloud computing and ERP systems. 1. Oracle provides comprehensive solutions from database to cloud services and ERP systems. 2. OracleCloud challenges AWS and Azure, providing IaaS, PaaS and SaaS services. 3. Oracle's ERP systems such as E-BusinessSuite and FusionApplications help enterprises optimize operations.

Article summary: This article provides detailed step-by-step instructions to guide readers on how to easily install the Laravel framework. Laravel is a powerful PHP framework that speeds up the development process of web applications. This tutorial covers the installation process from system requirements to configuring databases and setting up routing. By following these steps, readers can quickly and efficiently lay a solid foundation for their Laravel project.

MySQL and phpMyAdmin are powerful database management tools. 1) MySQL is used to create databases and tables, and to execute DML and SQL queries. 2) phpMyAdmin provides an intuitive interface for database management, table structure management, data operations and user permission management.

Compared with other programming languages, MySQL is mainly used to store and manage data, while other languages such as Python, Java, and C are used for logical processing and application development. MySQL is known for its high performance, scalability and cross-platform support, suitable for data management needs, while other languages have advantages in their respective fields such as data analytics, enterprise applications, and system programming.
