开发者

Is bitmap index useful

开发者 https://www.devze.com 2023-01-28 07:10 出处:网络
In what kind of situations b开发者_JAVA技巧itmap indices will be useful.Bitmap indexes are useful in a *read-mostly environment to support queries consisting of several filters that combined provides

In what kind of situations b开发者_JAVA技巧itmap indices will be useful.


Bitmap indexes are useful in a *read-mostly environment to support queries consisting of several filters that combined provides *high selectivity when each individual filter would have *low selectivity.

  • *Read-mostly = Data is infrequently updated
  • *High selectivity = returns few rows
  • *Low selectivity = returns lot of rows
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号