edgedb / imdbench

IMDBench — Realistic ORM benchmarking
https://edgedb.github.io/imdbench
Apache License 2.0
242 stars 24 forks source link

Why is Review Rating int64? #2

Closed K75gTJnoDY0e closed 5 years ago

K75gTJnoDY0e commented 5 years ago

Would it be more efficient to encode this as int16?

1st1 commented 5 years ago

Doesn't matter, as long as all other databases use the same type. It's a benchmark, not a real-world application.

K75gTJnoDY0e commented 5 years ago

Thanks for the fast response. It would be nice to have a real-world example to look at, thats what I assumed this repo was for.