Tagged Questions

4
votes
2answers
84 views

Is HBase meaningful if it’s not running in a distributed environment?

I'm building an index of data, which will entail storing lots of triplets in the form (document, term, weight). I will be storing up to a few million such rows. Currently I'm doing …
24
votes
7answers
823 views

Life without JOINs… understanding, and common practices

Lots of "BAW"s (big ass-websites) are using data storage and retrieval techniques that rely on huge tables with indexes, and using queries that won't/can't use JOINs in their queri …
0
votes
1answer
99 views

Facebooks Big Table Implementation

I found out that facebook use whats called a big table. Is there a way that I can use this "Big table" database in an application that I am using?
0
votes
2answers
102 views

storing massive ordered time series data in bigtable derivatives

I am trying to figure out exactly what these new fangled data stores such as bigtable, hbase and cassandra really are. I work with massive amounts of stock market data, billions o …
0
votes
2answers
30 views

Move or copy an entity to another kind

Is there a way to move an entity to another kind in appengine. Say you have a kind defines, and you want to keep a record of deleted entities of that kind. But you want to separat …
2
votes
1answer
41 views

Is this a suitable (or possible) use of HBase?

I want to use HBase as a store where I can push in a few million entries of the format {document => {term => weight}} e.g. "Insert term X into document Y with weight Z" and t …
0
votes
2answers
90 views

How is MegaStore different from BigTable?

It's been noted that Google App Engine is moving its datastore implementation from BigTable to MegaStore. What's the difference between the two?
4
votes
8answers
414 views

30 million records a day, SQL Server can’t keep up, other kind of database system needed?

Some time ago I thought an new statistics system over, for our multi-million user website, to log and report user-actions for our customers. The database-design is quite simple, c …
1
vote
4answers
229 views

Bigtable database design theory

I am very well versed in the theory and practice of relational database design. I know what works and what doesn't, what is performant and what is maintainable (almost - there's a …
0
votes
2answers
84 views

Bigtable implementations

I would like to know if there is any fast free/opensource BigTable implementations.
22
votes
7answers
1k views

Hidden limitations of Google App Engine?

I've been looking into writing a web app that will run on Google App Engine, but before I commit myself to the platform I'd like to know what, if any, limitations there are. I'm aw …
4
votes
1answer
181 views

Bigtable to MySQL?

We're thinking of building some of our infrastructure on to Google AppEngine. But we're worried that if it does not scale, we'll need to export the data and run it on our own serve …
10
votes
3answers
689 views

Is BigTable slow or am I dumb?

I basically have the classic many to many model. A user, an award, and a "many-to-many" table mapping between users and awards. Each user has on the order of 400 awards and each a …
-1
votes
4answers
224 views

Why Google and not others? [closed]

What contributed to Google greatness other than its "algorithms". Even the algorithms were somewhat state of the art ideas Authority ranking existed before Google (the idea can b …
4
votes
1answer
278 views

How do I define a unique property for a Model in Google App Engine?

I need some properties to be unique. How can I achieve this? Is there something like unique=True? I'm using Google App Engine for Python.

1 2 3 next
15 30 50 per page