1

I have a requirement like keep two tables with same name in crate, In mysql we can achieve it using different schema. Any solution like this in crate?

I saw information schema and partitioned table in crate but that not helping me in this case.

gtonic
  • 2,295
  • 1
  • 24
  • 32
Abdul
  • 321
  • 4
  • 22
  • Apparently [not](https://crate.io/docs/stable/sql/reference/create_table.html): "Setting a schema (for example, CREATE TABLE myschema.mytable ...) is currently not supprted *(sic)*. All userspace defined data tables are defined under the default schema named doc." – Damien_The_Unbeliever Dec 19 '14 at 06:50

1 Answers1

3

actually the current testing release 0.46.0 contains support for schemas! https://groups.google.com/forum/#!topic/crateio/YbYqUQ5iOAc

Jodok Batlogg
  • 373
  • 1
  • 9