Mantrix,
Sugestion IQ conf ( .cfg file ):
#######################################
###### 1GB of mem left for Rhel ###############
###### 20% for fylesystem cache = 52224 = 51 GB ###
###### ratio 40-60 mem 104bg ################
#Main cache = 82gb
-iqmc 83558
#Temp cache = 122gb
-iqtc 125338
#Number of cpus = 16;
-iqnumbercpus 16;
##################end###################
Sybase IQ is cpu bound, so it uses the cpus and temp cache to run queries before it goes to TEMP IQ Store, of course having this on the SSDs will enhance the performance if your DB is DSS.
If your DB is OLTP, has a lot of writing and reading from disk, it wont have much impact the use of SSDs (on TEMP IQ STORE), because they wont be used, only the SAN...
Also check the query plan of your queries, you may need to force parallelism, so that the optimizer takes the most of your cpus.
You can use MINIMIZE_STORAGE = on to minimize disk space.
Index advisor = on , gives you advices to what index to use, rebuild.... based on your queries, good for tunning.
Regards.