bigtable Questions

7

Solved

Background We'd like to store our immutable events in a (preferably) managed service. Average size of one event is less than 1 Kb and we have between 1-5 events per second. The main reason for sto...
Butterfield asked 23/12, 2015 at 14:14

2

Solved

I need to view the data in a BigTable table, but I can't find a data browser in the web console. (Dynamo has a nice browser in the AWS web console.) Is there a data browser for BigTable, or am I li...
Stratiform asked 21/10, 2021 at 0:50

4

I have gone through some articles regarding Bigtable and NOSQL. It is very interesting that they avoid JOIN operations. As a basic example, let's take Employee and Department table and assume the...
Arethaarethusa asked 3/1, 2010 at 15:4

5

Solved

In BigTable/GFS and Cassandra terminology, what is the definition of a SSTable?
Insuperable asked 4/4, 2010 at 21:46

2

Solved

I am trying to use the bigtable emulator from gcloud beta emulators. I launch the emulator, grab the hostname (localhost) and port (in this instance 8885) gcloud beta emulators bigtable start Exec...
Isotropic asked 25/7, 2016 at 20:48

3

Solved

I am new to Google Cloud Bigtable and have a very basic question as to whether the cloud offering protects my data against user error or application corruption? I see a lot of mention on the Google...
Pallbearer asked 17/2, 2016 at 0:14

8

Solved

Is it Oracle or MySQL or something they have built themselves?
Reason asked 12/12, 2008 at 14:48

2

Solved

created a table with the following rules: so with this, data should expire after 1 second (as per docs) async function createTable() { console.log("Creating Table"); const options = { families:...

3

Solved

Is there any reason why someone would use Bigtable instead of BigQuery? Both seem to support Read and Write operations with the latter offering also advanced 'Query' operations. I need to dev...

1

Solved

Let's say there is a row that has a column family and a column in it. That column family has a gc policy and all the values in the column were just expired. Then, what happens to that row? Would t...
Finsteraarhorn asked 10/2, 2019 at 13:27

1

Solved

If I have a use case for both huge data storage and searchability, why would I ever choose Google Cloud Bigtable over Google Cloud Datastore? I've seen a few questions on SO and other sides "compa...

2

I am trying to evaluate if it is possible to set a TTL on individual row in HBase or Bigtable. I know that Cassandra allows using TTL at insert. I want to find if the same is possible in HBase and...

1

Solved

I am looking to finalize on Big table vs Big Query for my usecase of timeseries data. I had gone through https://cloud.google.com/bigtable/docs/schema-design-time-series This is for storing an Om...
Paschasia asked 18/9, 2018 at 18:51

1

Solved

I am trying to use BigTable Emulator. I have never used it before. I followed the documentation but not able to understand, How to connect an application to Emulator. How to set BIGTABLE_EMULATOR...
Classicist asked 17/6, 2018 at 15:6

6

Solved

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 of rows of price/q...
Outline asked 26/10, 2009 at 6:46

1

Solved

We have use-cases where we would like to store a large volume of data in Google Bigtable for long periods: during product development for performance tuning for demos We need to store the data ...
Librate asked 28/5, 2017 at 17:30

5

Solved

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 award is given to ...
Rustie asked 5/6, 2009 at 8:15

2

Solved

Can anyone tell me what is the difference between Apache HBase database and Bigtable? Or are they same? Which one supports relations, if any? If they are Big Searcher what is the difference?
Laxation asked 21/7, 2014 at 8:19

5

Solved

New school datastore paradigms like Google BigTable and Amazon SimpleDB are specifically designed for scalability, among other things. Basically, disallowing joins and denormalization are the ways ...

2

Solved

How to put a spacing of colors in a table of xtable? I generate the tables with the following instructions: test.table<-xtable(summary(test),caption='test', floating = FALSE) align(test.table)...
Toni asked 25/11, 2010 at 18:34

3

Solved

From Wikipedia: Notable production implementations [of NoSQL databases] include Google's BigTable, Amazon's Dynamo and Cassandra. But Google's BigTable does have some variant of SQL, called...
Triangular asked 23/11, 2010 at 12:13

10

Solved

I need a way to do key-value lookups across (potentially) hundreds of GB of data. Ideally something based on a distributed hashtable, that works nicely with Java. It should be fault-tolerant, and o...

3

Solved

When you change data models on the app engine to add new properties those entries without a certain property are listed with the value <missing> in the online data viewer. What I'm wondering...
Gonroff asked 6/9, 2010 at 15:23

4

I like to work with data saved in one GAE application in other GAE applications. Basically share the datastore between multiple web applications in Google App Engine (Python) Development and Produ...

3

Solved

A sample model: class Foo(db.Model): id = db.IntegerProperty() bar = db.ListProperty(int, required=True) How can I query using either Query or GqlQuery to return all Foo entities that have a...
Platform asked 11/8, 2010 at 3:33

© 2022 - 2024 — McMap. All rights reserved.