Good point. Will correct the "byte" error. Thanks.
Postgres has an extensible type system so Radix sort isn't really suitable, it really needs a comparison sort. For SSE/MMX/AVX/etc or GPU sorts it would have to use integer or floating point surrogate keys. It would…
Good point. Will correct the "byte" error. Thanks.
Postgres has an extensible type system so Radix sort isn't really suitable, it really needs a comparison sort. For SSE/MMX/AVX/etc or GPU sorts it would have to use integer or floating point surrogate keys. It would…