Re: [Kai-users] [erlang-questions] Kai - An Open Source Implementation of Amazon's Dynamo
Kai is a distributed key-value datastore
Status: Beta
Brought to you by:
takemaru
|
From: Takeru I. <tak...@gm...> - 2008-07-12 15:59:31
|
>> is it true that Kai has 2gigs limitation of ets? If yes, the >> claim that "Scales infinitely" is false. > > That's an incorrect conclusion. The capacity would be > (capacity per node) X (number of nodes) > > In a system like this you could add capacity by adding > more nodes, not only by making each node bigger. Yes, by adding more nodes, the capacity can be expanded. However, this limitation might be restriction in some cases. We're planning to use multiple tables in a single node, and alleviate the limitation. > -Justin > > > _______________________________________________ > erlang-questions mailing list > erl...@er... > http://www.erlang.org/mailman/listinfo/erlang-questions > -- Takeru INOUE <tak...@gm...> |