GeekArticles
Database
SybaseOracle vs Sybase Performance Tests
Author: rocket99.com |
Published: 19th Aug 2005 |
Visited: 1064 times |
Add CommentFiled in: SybaseOur tests revealed that Sybase is significantly faster than Oracle. Caveats: 1) The hardware used was not 'Enterprise' class, no RAID was implemented. 2) The amount of data used in the test (about 15mb worth) is fairly substantial, but much smaller than the data manipulated in a typical enterprise class application. Finally, a test which compares the two DBMSs on the same box.
Hardware: Sun E250, 1GB, 2@400mhz cpu, single scsi drive, Solaris 2.8
Read Article Sponsored Links
Related Articles
• Using Oracle XML DB Repository Using Oracle XML DB Repository
Another variation on accessing and manipulating XML content stored in Oracle database is provided by Oracle XML DB repository, which is an essential component of Oracle XML ...
• Querying Data with Oracle XQuery Querying Data with Oracle XQuery
Starting with Oracle Database 10g Release 2, you can take advantage of a full-featured native XQuery engine integrated with the database. With Oracle XQuery, you can accomplish various tasks involved in developing PHP/Oracle XML applications, operating on any kind of ...
• Business Intelligence Key Performance Indicators Business Intelligence Key Performance Indicators
What are Key Performance Indicators?
Key Performance Indicators are also known as Key Success Indicators, they help an organization to better define and measure their progress toward professional goals. Once an organization has clearly identified its ...
• Business Intelligence Key Performance Indicators Business Intelligence Key Performance Indicators
What are Key Performance Indicators?
Key Performance Indicators are also known as Key Success Indicators, they help an organization to better define and measure their progress toward professional goals. Once an organization has clearly identified...
...
• Querying SQLServer tables from within an Oracle session Dear Tom;
I need to query a SQLServer table from within an Oracle session, for example SQLPlus. Is there an easy way to do this, something like:
<CODE> select * from t@sql_server_link </CODE>
May you redirect me to the appropriate documentati ...