- Where Developers Learn, Share, & Build Careers
Is there a technology that can be used to simulate multiple cluster indexes on a table in Sibyl 12.5? Thank you
I do not think you can simulate multiple cluster indexes because when you have created in the table If there is a package index, then the data is rearranged according to the data in the compressed index column. Logically you can not arrange the data in any other order according to any other column. Whatever you can do is create a non-clustered index for the other column.
Whatever you can do is combine two or more columns and create a package index < / P>
Comments
Post a Comment