kuenishi / presto-riak

presto connector of Riak database
Apache License 2.0
16 stars 1 forks source link

Possible to generate a table from a riak bucket? #8

Closed fire closed 9 years ago

fire commented 9 years ago

Would it be possible to generate a table from a Riak bucket. It would make defining a schema manually not required and perhaps lead into presto features like inserting.

kuenishi commented 9 years ago

Operator should give explicit schema to Presto as Riak does not have schema. Or scanning the whole bucket would be a unfair load.