calling SAP Sybase Experts..
0As 2011 has been closed and 2012 has started, we wanted to take the opportunity to thank each of you for your contribution and effort for sybaseblog.com during the past few years. Despite the difficult circumstances, there is much we have achieved and is much to be proud of.
Our ongoing efforts are crucial to improve the knowledge sharing and Sybase excellence.
I would like to invite you all to contribute focus and determination to create a SAP Sybase Database community by leveraging http://sybaseblog.com SAP Database knowledge sharing blog.
We should be under no doubt that we have the skills, expertise and most importantly attitude to address the real time challenges using Sybase technologies in conjunction with SAP Sybase platform.
If you are SAP HANA ,Sybase ASE/Rep/IQ/ASA expert/learner and would like the part of sybaseblog.com :A Blog for SAP Database Technologies, you are most welcome.
We will hear you : sybanva@gmail.com.
Happy Sybase Learning !
Team, Sybaseblog.com.
New Linkedin Group, SAP Database Technology : SAP HANA, SAP Sybase ASE/IQ/Rep/CEP
0Any One Who is Working on SAP Products, SAP HANA, SAP Sybase ASE/IQ/REP/CEP in backend can join this community.
http://www.sap.com/solutions/technology/database.epx
SAP Database Technology : SAP HANA, SAP Sybase ASE/IQ/Rep/CEP
Sybase ASE Bharani ( New Version Code Name)
0
Function Categories & Features
Performance
• JDBC/ODBC driver performance enhancements
• QP performance enhancements (e.g. Pre computed Result Sets, shared query plans)
• Fast logged BCP
• Faster database starts
VLDB Management & Operational Scalability
•Online Utilities and maintenance (e.g. create index/reorg)
•Alter Table Drop Column with no data movement
•Compression of in‐row LOBS
•Split/Merge/Move Partition
•Better integration of Backup and Restore Operations
•SCC : Monitoring and Administration updates
•Database dumps with concurrent transactions
•Compressed shared memory dumps
•64TB database support
•Deferred Table Creation
Encryption/Security
•Data Privacy
•Granular permission controls ‐Limiting power of SAs/DBOs
Application Development & Developer Productivity
•MERGE statement with trigger support
ASE Replication
•ASE Replication Performance features ‐Multiple log scanners, Disabling of RI checks
Source : Sybase.com (Webcast)
Tuning with Data Cache
0
Below Data Cache configuration can improve the performance:
• Configure named data caches to be large enough to hold critical tables and indexes. This keeps other server activity from contending for cache space and speeds queries using these tables, since the needed pages are always found in cache. Can configure these caches to use the relaxed LRU replacement policy, reducing the cache overhead.
• To increase concurrency, bind a hot table to one cache and the indexes on the table to other caches.
• Create a named data cache large enough to hold the hot pages of a table where a high percentage of the queries reference only a portion of the table.
For example, if a table contains data for a year, but 75% of the queries reference data from the most recent month (about 8% of the table), configuring a cache of about 10% of the table size provides room to keep the most frequently used pages in cache and leaves some space for the less frequently used pages
• Assign tables or databases used in decision-support systems (DSS) to specific caches with large I/O configured.
This keeps DSS applications from contending for cache space with OLTP applications. DSS applications typically access large numbers of sequential pages, and OLTP applications typically access relatively few random pages.
• Bind tempdb to its own cache to keep it from contending with other user processes. Proper sizing of the tempdb cache can keep most tempdb activity in memory for many applications. If this cache is large enough, tempdb
activity can avoid performing I/O.
• Bind text pages to named caches to improve the performance on text access.
• Bind a database’s log to a cache, again reducing contention for cache space and access to the cache.
Statement Cache and SQL Query Plan
0
Basically Statement Cache is a part of Procedure Cache, when enabled the statement cache reserves a portion of procedure cache.
Recent Comments