Content Type
Exercise
Duration
10m
Level
Introductory
InterSystems IRIS® data platform provides high-performance, full-featured SQL access. You can use SQL with InterSystems IRIS at scale to perform individual queries on a single CPU core, run parallel queries using dozens of cores, and handle distributed queries across a cluster of InterSystems IRIS servers.
Using SQL features in InterSystems IRIS carries several advantages, including:
- High performance and scalability
- Integration with InterSystems object technology
- Low maintenance
- Support for standard SQL queries and stored procedures
- JDBC and ODBC connectivity
- Automatic parallel query execution
- Transparently distributed queries
Learning Objectives
- Use the Management Portal to view schemas, stored procedures, and test queries.
- Run SQL queries from the SQL Shell in the InterSystems IRIS Terminal.
- Leverage implicit joins to simplify query logic.
- Optimize queries using bitmap indices.
- Run SQL queries in the same code where you access data as objects.
Prerequisites
- None
Watch the video and try the exercise below!