NuoDB

NuoDB

NuoDB is a cloud-native distributed database. It is able to scale horizontally without sharding, simply by increasing the number of nodes.

NuoDB runs on AWS, Google Cloud, Azure, and Red Hat.

Full Convert supports NuoDB database via ODBC. You will need to have appropriate ODBC driver installed for our software to be able to connect to your NuoDB database.

NuoDB data types we support

Integral

bigint, integer (int), smallint

Decimal

decimal (numeric, number), double (float)

Text

character (char, character varying, varchar, national character, nchar, national char, national character varying, national char varying), character large object (clob, char large object, nchar large object, nclob, text), string

Binary

binary, variable binary (varbinary, binary varying)

Date/Time

date, time, timestamp

Large objects

blob (bytes), character large object (clob, char large object, nchar large object, nclob, text), string

Other

boolean

Export NuoDB database

It may make sense to migrate your data away from NuoDB. You may want to do it permanently or just need to share your tables with a collague in a different format.

We will copy all your tables with their data and apply indexing and relationships exactly as they are in your current NuoDB database. In a nutshell, you get exactly the same database in another database engine. Each time you run the migration, we will copy all the tables again. Of course, we have a built-in scheduler, so you can run this overnight and have a fresh database copy in the morning.

Take a look at the quick tutorials below to see how it's done.