Is any pros of using BIT(64) instead of UNSIGNED BIGINT in MySQL except representation

前端 未结 0 921
南笙
南笙 2021-02-04 07:21

I need to have bitmask in database. 64 bit is enough. Most use cases SELECT ... WHERE ... AND mask & value > 0 ... There are exist special datatype: BI

相关标签:
回答
  • 消灭零回复
提交回复
热议问题