Search

Clear filter
Question
Shanwen Liu · Dec 10, 2024

Git Source Control not tracking CSP changes

When I went digging in the git repository location, the csp file is indeed completely unchanged (but the CSP files stored in /csp/ have changed).
Question
Alastair Maxwell · Dec 17, 2024

SSL Issues on Mac OS 15.2 when IRIS is running within a Docker container

Looking at the management portal, this configuration is indeed enabled.
Announcement
Rob Tweed · Mar 26, 2024

mg-dbx-napi: Game-changing JavaScript performance for IRIS

Hi Rob, This is indeed very impressive result. I do have a dumb question, why are you using your superserver port called `mgsi` instead of the default one provided by IRIS?
Question
Colin Brough · Jun 6, 2023

Troubleshooting an Ensemble instance

symptoms we are seeing: A Cache process is running at 100% CPU on one core of the server - its the TASKMGR process That Cache process resumes at 100% on Ensemble restart, and indeed
Article
Evgeny Shvarov · Feb 12, 2023

Enabling IRIS Interoperability Source Control with InterSystems Package Manager and git-source-control

If we check in terminal the list of IPM modules after the environment is built we can see that loaded module is indeed in dev mode: USER>zpm ===================================
Question
Gaolai Peng · Sep 18, 2017

How to import a tab separated text file into a SQL table programmatically?

BirthDate As %Date;Property ProgramName As %String;Property CaseTouchedWhen As %DateTime;Property ActiveStatus As %Boolean;Property Status As %String [ InitialExpression = "Pending" ];Index
Question
Krishnamuthu Venkatachalam · Sep 12, 2020

Calling a classmethod of an instance from another instance via native method

If the class you want to interact with is linked to an underlying Global Definition (Data, Index and Stream) then use the Global Mapping to Map the Globals used by the class into Namespace
Article
Brendan Bannon · Jul 15, 2021

Embedded SQL new in InterSystems IRIS

In the past, if you add an index or ran TuneTable, the SQL in Cached Queries would make use of this new information right away while embedded SQL would remain unchanged until the class
Announcement
Bob Kuszewski · Jun 30, 2023

Upcoming InterSystems Container Changes

For example: docker inspect --format '{{ index .Config.Labels "com.intersystems.platform-version"}}' containers.intersystems.com/intersystems/iris:2023.1.0.235.1 Containers
Article
Sylvain Guilbaud · Sep 18, 2023

How to run code at compile time with macros.

Class dc.MyAppParam Extends %Persistent { Property Label As %String(MAXLEN = ""); Property Key As %String(MAXLEN = 256) [ Required ]; Property Value As %String(MAXLEN = ""); Index
Article
Yuri Marx · Jul 20, 2022

Create Stored Procedures using Embedded Python

Python has become the most used programming language in the world (source: https://www.tiobe.com/tiobe-index/) and SQL continues to lead the way as a database language.
Article
Benjamin De Boe · Jan 10, 2023

Columnar Storage in 2022.3

expanded the optimizer's understanding of columnar indices and now you'll see more queries use columnar indices, even if some of the requested fields are not stored in a columnar index
Article
Lorenzo Scalese · Nov 10, 2023

Inter process communication with $SYSTEM.Event

Let's take as an example a process that handles patient creation.
Article
Murray Oldfield · Mar 11, 2016

InterSystems Data Platforms and performance – Part 2

[A list of other posts in this series is here](https://community.intersystems.com/post/capacity-planning-and-performance-series-index) ***Edited Oct 2016...*** *[Example of script