Messages - Gothi[c] [ switch to compact view ]

Pages: prev1 ... 10 11 12 13 14 [15] 16 17 18 19 20 ... 160next
71
Living Room / Re: which is more important, system ram or video ram?
« on: February 07, 2011, 12:50 PM »
It all depends on what you want to do.

If you're not a gamer or 3d artist, then you don't have to think twice about it. System ram for sure, it's general purpose, and benefits almost any application. It allows you to do more heavy multitasking, etc,...

If you plan on playing games, or work in anything else 3d (3dsmax/maya/blender/etc) the story changes a bit. The amount of video ram will be a key factor on how much (3d) stuff you can show on the screen at the same time. (Amount of vertices, texture memory, etc,...) this is important for games, but also for anything else 3d. (Say you are doing detailed architectural design or something in a 3d application, you will start feeling it when your card is showing more geometry on the screen than it can handle) - Unfortunately, it gets more complicated in this arena. You also want to look at the gpu and memory clock rates on your video card. - If you plan to get a video card you should be looking at gpu and memory clock rate, and amount of memory.

Almost any modern video card, integrated or not, will be able to handle the native resolutions for most monitors today, so if you're not doing anything 3d i wouldn't even worry about it.

72
Developer's Corner / Re: Need Advice on MySQL Server Tuning
« on: February 03, 2011, 06:36 PM »
I would say that the major rule of thumb is to try to not allocate more buffer space than your machine has memory, though that can be hard to predict.

73
Developer's Corner / Re: Need Advice on MySQL Server Tuning
« on: February 03, 2011, 02:41 PM »
Besides what was already mentioned...

* If EXPLAIN shows it's using filesort, you might want to increase your sort buffer sizes.
* If you have some queries that repeat alot, enable query cacheing... it will turn those queries into lightning :)


74
And, on top of that mysql also caches query results.


Pages: prev1 ... 10 11 12 13 14 [15] 16 17 18 19 20 ... 160next
Go to full version