Performance Tuning: Create index for boolean column

后端 未结 4 775
予麋鹿
予麋鹿 2020-12-28 13:25

I have written a daemon processor which will fetch rows from one database and insert them into another for synchronizing. It will fetch rows based on a boolean

4条回答
  •  梦毁少年i
    2020-12-28 14:13

    A table with records and a boolean field should be the way to do it.

    Here is something which I believe might help you...

    Bitmap Index

    Alternative of Bitmap Index in PostgreSQL

提交回复
热议问题