Subject | RE: [ib-support] Index on Boolean-Col |
---|---|
Author | Zile |
Post date | 2001-08-19T20:31:49Z |
____
_/\/ando,
select rdb$index_name, rdb$relation_name, rdb$statistics
from rdb$indices
where rdb$system_flag is null
Regards
Zile
_/\/ando,
>both you and Guido seem to imply that the value that you set with SETI do not imply anything, just trying to better understand how IB works.
>STATISTICS is the selectivity of an index.
>In particular, I don't think that the selectivity of an index isTry this:
>something that IB keeps track of or use.
select rdb$index_name, rdb$relation_name, rdb$statistics
from rdb$indices
where rdb$system_flag is null
Regards
Zile