Re: worktable understanding and clustered index details
Yeah, depends on the query logic, eg, if I change my WHERE clause to the following: ===============... snip ...where s.network = c.os and c.server_id > 10... snip ...===============Then the...
View ArticleRe: SAP Control Center for Adaptive Server download
Hi, Just wanted to add you can download just SCC from service market place in:Installations and Upgrades - A"SAP ADAPTIVE SERVER ENTERPRISE"SAP ASE 16.0 This would be a smaller file, but give the same...
View ArticleRe: Same query, different query plans on different, identical servers
Actually I forgot the CR counts (which drive the cluster ratios) are unmodifiable (well, in a supported way at least!)
View ArticleRe: Upgrade server : warning of partitions constaints
FYI.... SAP support have now confirmed that the warning messages from the preupgrade check about hash partitions are wrong and have raised a bug report to get them fixed.
View ArticlePython under 15.5
Hi, I am running version 15.5 of ASE and I wonder if it is possible to run python under this version ? Regards,Klas
View Articlesybase thread model and cpu/core/thread at system level
Hi community, I would like to have you feedback about the usage of sybase threads engines vs solaris chip/cpu/threads, if there are any settings that must be prevented. as far as I understand, the...
View ArticleRe: SAP Control Center for Adaptive Server download
Hi Nicolaas, It worked as you said. Thank you very much for support. Regards,Lukasz Goral
View ArticleRe: SAP Control Center for Adaptive Server download
Glad to hear thanks for the feedback
View ArticleRe: Python under 15.5
Hi, I can see from 15.7 in marketplace. If you check the link below they mentioned from installation of 15.0 so I assume it should be possible. Developing Python Application with Sybase ASE Probably...
View ArticleRe: Same query, different query plans on different, identical servers
Hello, I rebuilt all the nonclustered indexes on the 2 tables (7 in one table and 2 in the other), I did not rebuild the clustered indexes. I ran update index statistics on the 2 tables afterwards....
View ArticleRe: sybase thread model and cpu/core/thread at system level
A lot depends on the actual CPU usage by ASE. First, as you likely understand, a chip thread is not 100% scalable. It only works if the CPU core is idle while waiting for a mutli-cycle operation...
View ArticleRe: Same query, different query plans on different, identical servers
I didn't see anything in the outputs showing : 'Clustered Index Data Row Filtering Predicates' for RSIndex, but this might be because there are no columns being searched in the query that are in the...
View ArticleRe: Change in behavior of datalength() between ASE15 and ASE16
it's annoying, but you can't rely on bugs... another example is behavior of negative values of tinyintvalid values for tinyint are: 0 - 255 this used to be valid code and returned 252 (pre-15.7...
View Articleload 800G archive db received Msg 711
load 800G archive db received Msg 711 My env:ASE: ASE15.7 sp132 ia64DB: 600GB20 stripe dump file: 200GB dump db cmd:dump database DB to "/DB_DUMP/db0104070120.dmp"stripe on...
View ArticleRe: ASE 15.7 download
'SDK for ASE' in 'Support Packages and Patches'. Get the latest SP. It is a full install. Chris
View ArticleRe: Same query, different query plans on different, identical servers
Thank you this is very helpful in understanding why the plans are chosen. Despite the cost estimate though, when I force the "good" plan on the "bad" server (with force index option), the query returns...
View ArticleRe: Same query, different query plans on different, identical servers
Whether the cost estimates are accurate is another problem :-) ASE does over-estimate the impact of 'relative' fragmentation particularly when scans are in memory. As such it can over-estimate the cost...
View ArticleRe: sybase thread model and cpu/core/thread at system level
Hi Jeff, I'm currently reading a white-paper you wrote (Managing workloads with ASE: Techniques for OLTP scaling and performance management with large SMP and shred disk clusters) On page 10, it's...
View ArticleFile permission generated by bcp utility
Hello guys. I already read some other forums and articles in the Internet, but nothing that I found helped me. Could you please try to help me? - There is an application job executing the bcp utility...
View ArticleRe: File permission generated by bcp utility
Using bcp 15.7 SP111 ... some of the umask bits are used, some are ignored. From a coding perspective I'd want the process (generating the bcp data file) to explicitly set/chmod the appropriate perms....
View Article