Skip to content

Replace bw column from BIGINT to INTEGER type

juga requested to merge juga/metrics-sql-tables:issue5 into main

to reduce the number of Bytes to 4 (values from -2147483648 to +2147483647) to match Java Integer (also 4 bytes). In Python we have this size for 32 bits platforms and in C too, using long.

Closes #5 (closed)

Merge request reports

Loading