There are a variety of reasons to use SQL Data Definition Language (DDL) rather than Data Definition Specifications (DDS) to define your iSeries database files (or tables and views, as they're known in SQL terminology). Many SQL functions aren't available in DDS (e.g., views with summary values), and SQL is both IBM's and the industry's standard database language. But there's another important reason � performance. For many situations, access is faster for files defined with SQL DDL than with DDS.
To understand the performance implications of using SQL versus DDS, it is important to talk about some of the architectural basics, including differences between SQL and DDS. Fundamentally, SQL tables are OS/400 physical files, and SQL views and indexes are OS/400 logical files. As a result, many of the capabilities and behaviors of SQL objects are identical or similar to their OS/400 counterparts. But there are two very important differences: data validation and access path size
Thursday, August 25, 2005
Subscribe to:
Post Comments (Atom)
Popular Posts
- AS400 Job Scheduler
- Free AS400 & iSeries Software Tools & Utilities Downloads
- Creating an as400 Query
- as400 Iseries Tips
- API Example - Deleting Old Spooled Files
- What is QZHQSSRV job?
- AS400 APIs
- MobileTracker - Cingular announces EDGE Wireless WAN service
- Difference between SFLINZ and SFLCLR keyword?
- Slow Running Batch Jobs on as400 Iseries
No comments:
Post a Comment