remote access to Riak

2011-07-14 Thread Maria Neise
Hey, I have two instances, a client and a server. On the server I installed Riak. My application (using the Java-API) is running on the client instance. I would like to read and write some data to the server instance. My IP address and port in the app.config on the server instance is 127.0.0.1 and

How much memory for 20GB of data?

2011-07-14 Thread Maria Neise
Hey, I would like to store 20GB of data with Riak. Does anyone know how much memory Riak would need for that? Cheers, Maria ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: How much memory for 20GB of data?

2011-07-14 Thread Maria Neise
y replicas are being stored (default is 3) > > If you know those things, then you can make a more meaningful estimation. > > I hope that this helps. > > -Justin > > > > > On Thu, Jul 14, 2011 at 6:02 PM, Maria Neise > wrote: >> Hey, >> I would like t

Re: How much memory for 20GB of data?

2011-07-14 Thread Maria Neise
or. > > -Justin > > > > On Thu, Jul 14, 2011 at 7:04 PM, Maria Neise > wrote: >> Hey, >> thank you a lot for your hints. >> I have 2000 records à 1KB. The key is a string like >> "user123456789". I am using the default backend bitcask. There

error, all_nodes_unavailable

2011-07-17 Thread Maria Neise
Hey, I inserted data into Riak and then stopped Riak. After I started Riak again I can't access my Data. In the logfile I found: =ERROR REPORT 17-Jul-2011::18:56:46 === webmachine error: path="/riak/usertable" {error,{error,{badmatch,{error,all_nodes_unavailable}}, [{riak_kv_wm_r

Scan through Keys?

2011-07-25 Thread Maria Neise
Hey, I am writing an application with the Java Client. I would like to implement a scan through a various numbers of keys. I already figured out two ways to do that. Using Links ( I don't have any) and using the listKey-Method on a bucket to get all the keys, which is very expensive. So I wondered

Throughput of read operations

2011-08-12 Thread Maria Neise
Hey, I am doing some benchmarks with Riak and set up a cluster with 6 server using Amazon EC2. On each server I have GB of data. I am using Bitcask as backend and the Java-API for my client. I have some workloads with different proportion of operations, for example insert, read and update. I start

Re: Throughput of read operations

2011-08-12 Thread Maria Neise
ill put pressure on all other guests. > --- > Jeremiah Peschka - Founder, Brent Ozar PLF, LLC > Microsoft SQL Server MVP > > On Aug 12, 2011, at 2:23 AM, Maria Neise wrote: > >> Hey, >> I am doing some benchmarks with Riak and set up a cluster with 6 >> server using Amazon EC2