Cloud Database Migration

I appreciate the possibility that my organization (software as an org service) transfers parts of our existing disk databases to the database built into the SMS (located in our data centers).

The smoothest way is to find a cloud-based database that could execute dynamic SQL, but I find that cloud-based databases are based on an object model (i.e. no SQL).

Does anyone have experience migrating parts of a DBMS to a cloud database? If so, which way did you take?

+3
source share
2 answers

I realized that what I am looking for does not seem to exist on the market (grid-DB, which will scale horizontally, which supports SQL).

Hazelcast Cassandra ( ), RDBMS .

, , - , , . , , , (, - ).

, .

0

, , AWS: http://aws.amazon.com/running_databases/

: - MySQL; , EC2; AWS SimpleDB, .

SQL, . , .

0

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


All Articles