Re: Does spark sql support column indexing

2015-08-19 Thread Michael Armbrust
Maintaining traditional B-Tree or Hash indexes in a system like Spark SQL would be very difficult, mostly since a very common use case is to process data that we don't own (i.e. a folder in HDFS or a bucket on S3). As such, we don't have the opportunity to update the index, since users can add dat

回复:Does spark sql support column indexing

2015-08-19 Thread prosp4300
The answer is simply NO, But I hope someone could give more deep insight or any meaningful reference 在2015年08月19日 15:21,Todd 写道: I don't find related talk on whether spark sql supports column indexing. If it does, is there guide how to do it? Thanks.

Does spark sql support column indexing

2015-08-19 Thread Todd
I don't find related talk on whether spark sql supports column indexing. If it does, is there guide how to do it? Thanks.