java apache derby vs mysql 有什么区别

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6572459/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-30 16:26:13  来源:igfitidea点击:

What is the difference between apache derby vs mysql

javamysqldatabasejakarta-eederby

提问by ihavprobs

What is the difference between apache derby vs mysql. If there is no much difference in functionality/performance, which is/willbe most popularly used?

apache derby 与 mysql 之间有什么区别。如果功能/性能没有太大差异,哪个/将最常用?

回答by Nicolas

Derby is Java based, while MySQL is C/C++. For more details, check out Wikipedia's comparison

Derby 是基于 Java 的,而 MySQL 是 C/C++。有关更多详细信息,请查看维基百科的比较

MySQL has been around for a lot longer than Derby. MySQL has more deployments than Derby. In terms of performance, that's dependent on what you are doing. I've seen a few benchmarks showing Derby to be faster in some aspects, but for the most part, MySQL is faster.

MySQL 的存在时间比 Derby 长得多。MySQL 的部署比 Derby 多。在性能方面,这取决于你在做什么。我已经看到一些基准测试表明 Derby 在某些方面更快,但在大多数情况下,MySQL 更快。