Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Terrastore document store Recent threads

Threads Replies First post Last post
Powered by Terrastore
By: bhauer
I have launched a site with a back-end powered by Terrastore. Please indulge my sharing... For some time now, I've been working on a personal project on the weekends. It's a locally-focused community activism web site intended to give a voice to…
1 Apr 8 2012
12:04
Apr 13 2012
01:40
Stability as a permanent datastore
By: Jeremy Jongsma
I'm looking at using Terrastore/ElasticSearch as a datastore for a realtime news aggregation server. Everything I've read so far here looks like it should be good for my needs, but I keep running across this slide and it worries me: …
1 Dec 29 2011
16:22
Jan 12 2012
11:29
Users of Terrastore?
By: Jacob
Hey, I was just going through the process of documenting different technologies used for dealing with Big Data, and I came across TerraStore. It seems like a nice solution, comparable with Mongo and Couch, and definitely worthwhile to talk about,…
1 Dec 1 2011
04:42
Dec 3 2011
02:01
Re: Questions about production deployments
By: bhauer
Hi Sergio, Thanks for the detailed reply. Here are some additional thoughts based on your feedback. On Sep 2, 2:00 am, Sergio Bossa <sergio### @gmail.com> wrote: > That sounds good and necessary. > I've found performance monitoring…
6 Sep 18 2011
09:53
Nov 18 2011
21:09
Interested in the right use case for Terrastore
By: Mike Kelp
Hi all, I'm really interested in Terrastore as a document store and had a couple questions if anyone has the opportunity to help me better understand. I'm looking to store a lot of very small documents such as analytics data, etc. and I think I'm…
5 Nov 8 2011
02:58
Nov 14 2011
11:11
Using EventListeners to implement MapReduce?
By: Tomas Olsson
Hi, I have been considering using Terrastore for some data analysis using its MapReduce functionality. However, I would like to store intermediate result and only update it when needed, that is, as a document is updated. Specifically, I want to…
5 Sep 23 2011
11:28
Sep 26 2011
10:40
Using Terrastore as IDE workspace data backend
By: Marcel Bruch
Hi, I'm looking for some advice whether Terrastore might be a good choice for my problem. It's not a common setup for terrastore, thus, my question. Any comments on this are greatly appreciated. = Short description of the challenge = We've…
2 Sep 26 2011
02:22
Sep 26 2011
04:09
Terrastore 0.8.2 is out!
By: Sergio Bossa
Hi guys, after several months of production-quality testing, Terrastore 0.8.2 is finally out! This new version comes with several bug fixes and rock solid stability (at least, we hope so ;) , other than a few important enhancements and new…
1 Sep 18 2011
06:28
Sep 18 2011
09:54
How to configure the Jackson ObjectMapper?
By: Tomas Olsson
Hi, I am trying to configuring the Jackson ObjectMapper for handling inherited abstract classes in line with what is suggested here: http://www.cowtowncoder.com/blog/archives/2010/03/entry_372.html However, I do not find a way of doing that with…
7 Aug 24 2011
11:37
Aug 25 2011
06:39
Operation Cost
By: Rohit Manohar
Hi I have a use-case. To delete a number of files that are named in a logical manner: foo1, foo2, foo3 ... Which is better (less costly) : 1. Do a GET using a range query and then delete one by one 2. Do a DELETE on a range query. Cheers! Rohit…
1 Aug 2 2011
17:51
Aug 3 2011
06:37
Multiple servers/master on a single host
By: Rohit Manohar
Hi Do you know if running multiple masters and servers on a single host can cause problems. I am running 6 clusters on two hosts, each cluster consisting of a active-passive master pair and two servers. I am seeing a lot of peer-timeout…
3 Jul 29 2011
21:15
Aug 2 2011
11:13
Property Graphs and Document Databases
By: Stefán
Hi, I'm fairly new to the NoSQL space but I have been trying, for the past few months, to select solutions for a stack being assembled for fairly big project. I have used Terracotta in the pasta (and loved it) and after having researched some…
1 Jul 22 2011
23:53
Jul 23 2011
10:49
Re: Internals and Embedding
By: Sergio Bossa
On Mon, Jul 11, 2011 at 3:33 PM, Adam Retter <adam.### @googlemail.com> wrote: > If I decide or am persuaded that Terrastore is the right fit for our > application, then I would be more than happy to contribute to > Terrastore on…
0 Jul 12 2011
06:00
Jul 12 2011
06:00
Internals and Embedding
By: Adam Retter
I would be interested to know if it is possible to embed a Terrastore server into a Java application. I want to build something atop Terrastore, but I would rather not take the hit of having to contact a server via http, if I can embed that server…
0 Jul 10 2011
14:22
Jul 10 2011
14:22
Network Partition
By: Rohit Manohar
Hello I wanted to know how terrastore (terracotta rather) will behave in case of network partioning between the active and passive master. Also, once network connectivity has been re-established, what will be the behaviour. Regards Rohit Manohar …
2 Jul 5 2011
21:53
Jul 7 2011
11:17
Strange Loop 2011 Schedule Published
By: Alex Miller
You hip cats should like some of the topics at Strange Loop this year....
0 Jun 30 2011
09:51
Jun 30 2011
09:51
Mapping key ranges to clusters
By: Rohit Manohar
Hi Is there way to store key-ranges on a specific cluster in an ensemble? ex. I want all documents in range from stud0001 to stud0500 to be stored on cluster2 in my ensemble. The use case being that if I do a query for all records with a key…
1 Jun 10 2011
13:19
Jun 29 2011
11:16
SW Upgrade
By: Rohit Manohar
Hi I am planning to move to 0.8.2 when it releases. Is there a way to move my existing ensemble from 0.8.1 to 0.8.2 any other than creating a new 0.8.2 ensemble exporting backups on 0.8.1 and importing them in 0.8.2. Regards,
1 Jun 10 2011
13:09
Jun 29 2011
10:53
Scaling an Ensemble
By: Rohit Manohar
Hi How do you scale a currently running ensemble from N clusters to N+1 cluster without losing data? I had a ensemble running of 2 clusters (each with 1 master and 1 server) I tried the following, but could not retain all the data (I had just 1…
3 Jun 8 2011
13:53
Jun 29 2011
04:50
Internal Working
By: Rohit Manohar
Hi I am trying to understand the internal working of Terrastore. I have the following questions: 1. In active-passive setup, we don't tell the server about the passive master. I am thinking that the server comes to know about the passive master…
3 Jun 7 2011
20:53
Jun 29 2011
04:43