Question : Increasing number of open partitions in Sybase 15

Hello,

I know how to increasing the number of open partitions but i need to know how to work this formula out:
number of open partitions=sum(number of local indexes * partitions in table) + (number of unpartitionedtables & indexes)
So that i can work out how much to increase my open partitions.

Thanks

Answer : Increasing number of open partitions in Sybase 15

You could query the system tables for that. I don't have an ASE 15 handy but it would be pretty easy to figure out. syspartitions contains one row for each data and index partition; local indexes have partitionid = data_partitionid.
Random Solutions  
 
programming4us programming4us