Article Andrew Sklyarov · Mar 14 6m read

I may have mentioned this before: I believe the Visual Traces, these sequence diagrams with full content of each step, are a fantastic feature of the IRIS Data platform! Detailed information about how the API works internally, as a visual trace, can be very useful for projects on the IRIS platform. Of course, this applies when we are not developing a high-load solution, in which case we simply don't have time for saving/reading messages. For all other cases, welcome to this tutorial!

0
0 91
Announcement Kanyewest Hoodies · Mar 13

<p>&nbsp;Explore premium hoodie styles inspired by the cultural influence of Kanye West, known for shaping modern streetwear through music, art, and minimal design aesthetics. Discover oversized silhouettes, neutral tones, and album-inspired apparel crafted for everyday wear. Visit<a href="https://kanyewestofficialsmerch.shop/">&nbsp;https://kanyewestofficialsmerch.shop/</a&gt; to explore the latest hoodie collections and culture-driven lifestyle fashion.</p><p><br>&nbsp;</p>

0
0 3
Question ISL Score · Mar 13

ISL Live Score: Your Ultimate Guide to Keeping Up With Indian Super League Action

The Indian Super League (ISL) has grown rapidly into one of the most exciting football leagues in Asia. Fans across India and beyond are constantly looking for ways to stay updated with real-time match developments. If you’re searching for the fastest and most reliable source of ISL live score, you’ve come to the right place. In this article, we’ll explore how to track scores, why live updates are important, and how fans can make the most of digital platforms to follow their favourite teams.

0
0 2
Digest Anastasia Dyubaylo · Mar 13

Dear Developer Community member,

We’re excited to share a new free, interactive tutorial designed to introduce developers to one of the core strengths of InterSystems IRIS — its unified multi-model architecture.

🧑‍🏫 Data Models of InterSystems IRIS 🧑‍💻

In just 5–10 minutes, this short lab walks you through creating a persisting class, querying it with SQL, and inspecting how the data is stored at the global level — giving you a practical understanding of how IRIS connects object, relational, and hierarchical models on a single data engine.

Happy learning!

0
0 9
Article Guillaume Rongier · Mar 13 6m read

ObjectScript Search icon

If you have ever dug through a large IRIS namespace looking for where a particular string, method call, or pattern was used, you know the pain: there was no built-in way to do a grep-style search across your server-side ObjectScript code from VS Code — at least not without jumping through some hoops.

That is what ObjectScript Search fixes.

Try it today with a simple install from the VS Code Marketplace. If you don't like it, uninstalling is just as easy. But I think you will like it — it is a huge quality-of-life improvement for anyone doing ObjectScript development in VS Code.


9
3 239
Article Murray Oldfield · Mar 13 4m read

Already included in SystemPerformance

There are nfs disk commands (including nfsiostat) included with SystemPerformance, but disabled by default. Enable them by running:

$$Enablenfs^SystemPerformance()

Doing so will add the following nfs commands, for example, on Linux:

  1. /usr/sbin/nfsstat -cn
  2. /usr/sbin/nfsiostat [interval] [count]

Ensure the commands are installed and runnable from the OS :)

This can be subsequently disabled via $$Disablenfs^SystemPerformance()


Adding a generic command to SystemPerformance

Adding an arbitrary OS tool creates a "user" command under ^IRIS.

2
2 110
Question Scott Roth · Mar 12

We are trying to track down significant growth within our Namespaces, one big culprit is Ens.AppData (EnsLib.SQL.Snapshot). 

Within many of our BPL's we use EnsLib.SQL.Snapshot to return Results from External SQL Stored Procedures or Query's. The same EnsLib.SQL.Snapshot context variable is used for many of these calls within a BPL. 

Is there something we should be doing at the end of the BPL to ensure that EnsLib.SQL.Snapshot gets cleaned up and purged from Ens.AppData?

1
0 32