linearregression / hypertable

Automatically exported from code.google.com/p/hypertable
GNU General Public License v2.0
0 stars 0 forks source link

dump schema to file #211

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SELECT INTO OUTFILE makes it easy to backup table content.  But there's no
easy way to dump the corresponding schema.  Would be nice to have a command
we can invoke that dump all table definitions (or an optional list of
tables passed into the command).

Original issue reported on code.google.com by tyler.ko...@gmail.com on 30 Dec 2008 at 9:22

GoogleCodeExporter commented 9 years ago
It's now trivial to do via the thrift client api of various scripting languages.

Original comment by vic...@gmail.com on 18 Feb 2009 at 1:41

GoogleCodeExporter commented 9 years ago
> It's now trivial to do via the thrift client api of various scripting 
languages.

Correct, and that addresses our needs in the short-term (we've been doing it 
using
the hypertable CLI for a while).  But this operation (backup) will be common 
enough
that users shouldn't have to write a custom script.  I think it should be 
bundled in
command analogous to mysqldump.

Original comment by tyler.ko...@gmail.com on 18 Feb 2009 at 1:44

GoogleCodeExporter commented 9 years ago

Original comment by nuggetwh...@gmail.com on 1 Apr 2010 at 9:21

GoogleCodeExporter commented 9 years ago

Original comment by nuggetwh...@gmail.com on 11 Apr 2010 at 9:01

GoogleCodeExporter commented 9 years ago

Original comment by nuggetwh...@gmail.com on 14 Jan 2012 at 8:32