Sybase Tools & Utilities
Current Sybase Environment Q: Which version of Sybase ASE are we using? Are there multiple instances/environments? A: We’re currently on Sybase ASE 15.7, with separate dev, test, and production instances. Dev and test run on version 15.0 but production is on 15.7. Q: Are there any custom configurations (e.g., page size, tempdb, buffer cache tuning)? A: Yes, the page size is set to 8 KB instead of the default 2 KB for better I/O efficiency. We also tuned the buffer cache to 4 GB due to high concurrent access. Tempdb is isolated on a separate disk for performance. Q: What is the size of each Sybase database, and how fast is it growing? A: The main OLTP database is around 500 GB, growing at approximately 10 GB per month due to heavy transaction volume. The reporting database is 1.2 TB but grows more slowly. Q: Are we using any Sybase-specific features (like partitioning, text/image datatypes, LOBs, proxy tables)? A: Yes, we use partitioned tables on the sales data for pe...