InterSystems Official
· Mar 12

Early Access Program for new Table Partitioning feature

Hi,

We’re launching an Early Access Program for an upcoming Table Partitioning feature that will help IRIS customers manage very large tables, and distribute row data and associated indices across databases and storage tiers. Table Partitioning cuts deep into the core of IRIS relational data management, so we want to make sure we get things right through working with a few engaged customers who can provide feedback on the initial deliverables, and fine-tune as needed.

If you are working with very large relational datasets, looking for more operational efficiency, and willing to roll up your sleeves to test the new capability, please register at https://www.intersystems.com/early-access-program/. You will receive a welcome email that directs them to the evaluation portal, where you'll find a temporary development license, recent kits and container images that contain the new capability, and a tutorial to get you started.

We intend to reach out to registered participants periodically, when we have relevant updates to share, and of course are available to assist your explorations directly, as needed.

Thanks,
benjamin

Discussion (11)3
Log in or sign up to continue

While we moved our application to AWS, and we have some data, which we need to keep for a while. With this feature, we can move old data to a cheaper storage.

I believe the ability to move to a cheaper storage is mostly the case. Another option is that some table is too big, and someone would like to split it to be stored in multiple different databases, together with the indexes.

Any tools that use SQL to access partitioned tables will just work, as from the SQL query perspective there is no change. This includes Adaptive Analytics, InterSystems Reports, and any third-party BI tools. Also, IRIS BI cubes can use partitioned tables as their source class.

We currently have no plans to support partitioning of IRIS BI cubes themselves, as they have their own bucketing structure and less commonly have both hot and cold data, so some of the motivations for table partitioning don't apply.