minio/internal/s3select
Harshavardhana 754f7a8a39
replace io.Discard usage to fix some NUMA copy() latencies (#18394)
replace io.Discard usage to fix NUMA copy() latencies

On NUMA systems copying from 8K buffer allocated via
io.Discard leads to large latency build-up for every

```
copy(new8kbuf, largebuf)
```

can in-cur upto 1ms worth of latencies on NUMA systems
due to memory sharding across NUMA nodes.
2023-11-06 14:26:08 -08:00
..
csv cleanup ignored static analysis (#16767) 2023-03-06 08:56:10 -08:00
json cleanup Go linter settings (#16736) 2023-03-04 20:57:35 -08:00
parquet S3 select switch to new parquet library and reduce locking (#14731) 2022-04-14 06:54:47 -07:00
simdj Revert s3 select simdjson reuse (#17310) 2023-05-30 10:02:22 -07:00
sql cleanup ignored static analysis (#16767) 2023-03-06 08:56:10 -08:00
testdata rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
errors.go select: Add ScanRange to CSV&JSON (#14546) 2022-03-14 09:48:36 -07:00
genmessage.go fix: enable go1.17 github ci/cd (#12997) 2021-08-18 18:35:22 -07:00
message.go chore: remove duplicate word in comments (#15607) 2022-08-30 08:26:43 -07:00
progress.go bz2: limit max concurrent CPU (#13458) 2021-10-18 08:44:36 -07:00
select.go replace io.Discard usage to fix some NUMA copy() latencies (#18394) 2023-11-06 14:26:08 -08:00
select_benchmark_test.go S3 select switch to new parquet library and reduce locking (#14731) 2022-04-14 06:54:47 -07:00
select_test.go avoid using os.Getenv for internal code, use env.Get() instead (#17688) 2023-07-20 07:52:49 -07:00
unused-errors.go fix: enable go1.17 github ci/cd (#12997) 2021-08-18 18:35:22 -07:00