GoogleCloudPlatform / GoogleCloudPlatform/professional-services-data-validator
Investigate row hash performance improvements
Open
type: process
- Dominant language
- Python
- Stars
- 524
- Forks
- 171
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 4
Description
Currently, memory/network traffic for row hash scales linearly with the number of rows in a table. Perhaps we can do better using a k-ary search as described [here](https://github.com/datafold/data-diff#technical-explanation).
Contributor guide
Assessment
This issue has not been assessed yet.