简体   繁体   English

MySQL 64位? 独立?

[英]MySQL 64 bits? Stand alone?

To extent my understanding on MySQL. 扩展我对MySQL的理解。

1) Is going for 64bit help? 1)寻求64位帮助吗? Do I go with installation or stand alone? 我要安装还是单独安装?

2) If I am going to use 64-bit in MySQL Community Service, will it affect the MySQL Workbench which only available in 32-bit? 2)如果我要在MySQL Community Service中使用64位,是否会影响仅32位可用的MySQL Workbench? If yes, in what sense? 如果是,那是什么意思?

3) Does the size of the file affect the speed of MySQL when doing calculation, analysis, and graph? 3)在进行计算,分析和图形处理时,文件的大小是否会影响MySQL的速度? I get a lot of big trouble using Excel in big size. 使用大型Excel会给我带来很多麻烦。

Please guide. 请指导。

Note: I am working on excel database (which I found out on this website that it is not a good way to do it) with size of 1.34GB 63 files and growing. 注意:我正在使用Excel数据库(在此网站上发现这不是一个好方法),它的大小为1.34GB 63文件,并且还在不断增长。 I would like to change and continue working in MySQL. 我想更改并继续在MySQL中工作。 I need the database for calculation, analysis and graph. 我需要用于计算,分析和图形的数据库。

You are confusing a few concepts. 您会混淆一些概念。 But let me first answer your questions. 但是,让我先回答您的问题。

1/ 64-bit is more powerful than 32-bit, if your server supports 64-bit. 1 /如果服务器支持64位,则64位比32位更强大。 So yes, it should "help". 所以是的,它应该“帮助”。

2/ You can use a 64-bit server with a 32-bit client without any problems. 2 /您可以将64位服务器与32位客户端一起使用,而不会出现任何问题。 They just communicate with eachother using MySQL-statements, bitsize makes no difference there. 他们只是使用MySQL语句彼此通信,bitsize在这里没有区别。

3/ The size of the file (table/row/...) does matter. 3 /文件的大小(表/行/ ...)很重要。 A lot of small tables can outperform one big table in certain cases, especially with multicore/raid/... 在某些情况下,许多小表的性能可能会胜过大表,尤其是在多核/ raid / ...

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

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