minio/pkg/s3select
Klaus Post c9b8bd8de2 S3 Select: optimize output (#8238)
Queue output items and reuse them.
Remove the unneeded type system in sql and just use the Go type system.

In best case this is more than an order of magnitude speedup:

```
BenchmarkSelectAll_1M-12    	       1	1841049400 ns/op	274299728 B/op	 4198522 allocs/op
BenchmarkSelectAll_1M-12    	      14	  84833400 ns/op	169228346 B/op	 3146541 allocs/op
```
2019-09-17 05:56:27 +05:30
..
csv S3 Select: optimize output (#8238) 2019-09-17 05:56:27 +05:30
json S3 Select: optimize output (#8238) 2019-09-17 05:56:27 +05:30
parquet Concurrent CSV parsing and reduce S3 select allocations (#8200) 2019-09-13 14:18:35 -07:00
sql S3 Select: optimize output (#8238) 2019-09-17 05:56:27 +05:30
errors.go friendly prompt for s3select MalformedXML error (#8171) 2019-09-09 21:33:27 -07:00
genmessage.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
message.go S3 Select: optimize output (#8238) 2019-09-17 05:56:27 +05:30
progress.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
select.go S3 Select: optimize output (#8238) 2019-09-17 05:56:27 +05:30
select_benchmark_test.go S3 Select: optimize output (#8238) 2019-09-17 05:56:27 +05:30
select_test.go Concurrent CSV parsing and reduce S3 select allocations (#8200) 2019-09-13 14:18:35 -07:00
testdata.parquet Refactor s3select to support parquet. (#7023) 2019-01-08 16:53:04 -08:00
unused-errors.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00