Search

Clear filter
Article
Kyle Baxter · Jul 19, 2016

Improve SQL Performance for Date Range Queries

The article is considered as InterSystems Data Platform Best Practice.
Article
Eduard Lebedyuk · Jul 5, 2016

Useful auto-generated methods

The article is considered as InterSystems Data Platform Best Practice.
Question
Yone Moreno · Jan 25, 2021

How could we retrieve an image from an external system using Ensemble?

%New() //Set sc=docStream.LinkToFile("C:\InterSystems\avatar prueba.jpg") // Esto no funciona (guarda el base64 directo, no el binario; // es decir, guarda lo mismo que
Question
Murillo Braga · Jan 30, 2017

WebMethod - Issue with encoding (special character)

w $zv Cache for Windows (x86-64) 2016.2.1 (Build 803U) Wed Oct 26 2016 12:31:28 EDT I strongly recommend that you ask InterSystems for help with your issue.
Article
Lorenzo Scalese · May 22

codemonitor.MonLBL - Line-by-Line ObjectScript Code Monitoring

LIBRARY=%25SYS&PRIVATE=1&CLASSNAME=%25Monitor.System.LineByLine) package from InterSystems IRIS, designed to collect precise metrics on the execution of routines, classes, or CSP pages
Question
Norman W. Freeman · Jun 10

Question about database defragmentation (several TB database)

InterSystems recommends do to run the defragmentation outside peak hours.Based on what is written above, does it make sense to run defrag every night (eg: during 1AM - 6AM, outside
Article
Ikram Shah · May 15, 2024

IRIS AI Studio: Connectors to Transform your Files into Vector Embeddings for GenAI Capabilities

loading of vector-embedded data from files and the retrieval of content through various channels, IRIS AI Studio enables an intuitive way to explore the Generative AI possibilities that InterSystems
Article
Iryna Mykhailova · Mar 11, 2024

Generating meaningful test data using Gemini

💡 This article is considered InterSystems Data Platform Best Practice.
Article
Kate Lau · Dec 31, 2024

Creating a REST client to get Tracks from Spotify REST API - Part4 Save the Search Result

Artists) Git link: https://github.com/ecelg/InterSystems-IRIS-as-a-Spotify-REST-client OK we create a method to get data and lets try to get some Tracks 😁 Now open a terminal
Article
Sergey Kamenev · May 11, 2020

Entity-attribute-value model in relational databases. Should globals be emulated on tables? Part 1.

In the second article in this series, we’ll talk about the details and benefits of storing data in InterSystems Iris globals instead of following the EAV model.
Question
Armin Gayl · Apr 3, 2019

HL7 HTTP Response Charset

@<ttable>: <ttable> means a raw InterSystems character translation table name. A prefix of '@' means to use the named table. Putting !
Article
Robbie Luman · Jan 12, 2024

Textual Similarity Comparison using IRIS, Python, and Sentence Transformers

💡 This article is considered InterSystems Data Platform Best Practice.
Article
Alex Woodhead · Jan 26, 2024

PrivateGPT exploring the Documentation

💡 This article is considered InterSystems Data Platform Best Practice.
Article
Theo Stolker · Feb 2, 2024

DB.Changelog: Keeping track of database changes using SQL Triggers and CodeMode = objectgenerator

with just an id for al classes that inherit from it: ```Class ChangeLog.DB.NameValues Extends (%Persistent, ChangeLog.DB.ChangeLogWriter) ``` 💡 This article is considered InterSystems
Article
David Hockenbroch · Jan 24, 2024

Securing xDBC Connections with ServerInitCode

Fortunately, InterSystems gives us the tools to handle such situations too.