BigTable vs noSQL

  • Can I find out that in nosql there is a restriction similar to a large column where we have to "denormalize" our table / entity?

  • any api shell that allows us to write code once and can be used for google app engine bigtable and nosql? (something like hiberanate)

+3
source share
2 answers

Yes, for example, in MongoDB you do not have unions, because it is non-relational , so it changes the way you store and view data.

MongoDB ( ), ( " " ) . MongoDB: -, DBRef, .

, , , , .

, ( SO , , ). , "" , . .

. :

GAE - ?


API, Google BigTable nosql? (- Hibernate)

JDO datastore-agnostic, , .

, JDO JPA "NoSQL".

:

Datanucleus-Cassandra

Datanucleus-Cassandra-Plugin

+3

API, Google BigTable nosql? (- Hibernate)

, , . Google App Engine, , .

- JDO JPA. Objectify library, , , App Engine.

+2

Source: https://habr.com/ru/post/1754924/


All Articles