bluelabsio/records-mover

Gather statistics from databases

Closed this issue · 0 comments

Vertica and BigQuery have only one 64-bit integer type. BigQuery only has an unlimited length string size. When moving to other databases, it may be desirable to gather statistics on these fields so we can use more limited types on the target side.

Note that for the integer case, we'd need to store numeric statistics - see #78