Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: How to export a large Schema from one HANA environment to another?

$
0
0

The way I'm always doing this (a couple of tables, one of them 80M rows, another 10M) is using plain SQL

 

EXPORT <myschema>."*" AS BINARY INTO '/tmp/dump' WITH REPLACE;

 

then taring the dump directory, copying to the other server and using

 

IMPORT ALL FROM '/tmp/dump' WITH REPLACE THREADS 10;

 

to install the data. Works actually quite well.

 

-- Micha


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>