|
|||||||||||
|
Re: cluster takes enormous room to store data
From: Adam Dixon <adamtdixon(at)gmail.com>
Date: Fri Jul 06 2007 - 22:00:24 EDT
On 7/7/07, Brian Moon <brianm@dealnews.com> wrote:
I would review your schema and use ndb_size.pl to check for space savings. Like Brian said, its very easy to consume a lot of space in 5.0. 5.1 of course has variable sized columns so you save a little more - added with disk based data tables to save even more memory. > Most likely you are running 32-bit versions of MySQL. 32-bit versions All 32bit applications have this limitation, its a memory addressing problem, 32 bit numbers only go so high - which limits each application to around 2 - 3GB of memory. If you are running a x86_64 OS then simply use a 64bit version of MySQL. If you have 32bit processors you can run multiple ndbd on each host to consume your available memory. Adam -- MySQL Cluster Mailing List For list archives: http://lists.mysql.com/cluster To unsubscribe: http://lists.mysql.com/cluster?unsub=lists@pantek.comReceived on Sat Jul 7 15:22:26 2007 This archive was generated by hypermail 2.1.8 : Tue Jul 10 2007 - 21:34:35 EDT |
||||||||||
|
|||||||||||