Search

Clear filter
Article
Lorenzo Scalese · Aug 16, 2023

Http request response time monitoring

(by adding indexes, optimizing SQL queries, changing the logic, etc.) Number of lines of code executed Counting the number of lines of code executed for each request provides us
Question
Cryze Zhang · May 16, 2022

How to distinguish whether a variable is a pure numeric string or a number, such as "123" and "123

not inherited from the original ANSI M standard. It might be slightly faster if you use an array instead of an object to save the conversion from a keyname into an array index. quit
Article
Nikita Savchenko · Apr 1, 2016

ObjectScript Class Explorer - Exploring ObjectScript Classes in the UML Notation

(classes that can be integrated into Persistent classes for creating complex data types, such as addresses), DataType (for creating a user-defined data types), Index, View and Stream
Article
Fabio Goncalves · Apr 18, 2017

Tracking Data Changes - Audit Log - 1 of 2

, %Populate, Sample.AuditBase){ Property Name As %String [ Required ]; Property Age As %String [ Required ]; Index NameIDX On Name [ Data = Name ];} Testing
Article
Joel Solon · Dec 29, 2016

Creating a Custom Application Monitor Class and an Alert

class collects and stores multiple rows of data (as our example class does), add an INDEX property that specifies the property or properties (comma-delimited) that form the unique
Question
prashanth ponugoti · Oct 12, 2021

ENS ,ENSLIB Tables not able to access from my namespace

needed * Checking for incorrect Timestamp indices - No UTC index globals need to be repaired. * Legacy CSP Portal not installed, so no legacy CSP pages recompiled. * Generating
Question
Murray Oldfield · Mar 19, 2021

SAM - Hacks and Tips for set up and adding metrics from non-IRIS targets

/red_hat_enterprise_linux_atomic_host/7/html/managing_containers/index or contact Red Hat support for the process. I am on Linux Linux version 3.10.0-1127.19.1.el7.x86_64
Article
Alexey Maslov · Oct 20, 2020

Parallel Processing of Multi-Model Data in InterSystems IRIS and Caché

by the first index). - Search separately in each of them. - Assemble the search results. - Transferring the global to another server via a socket or ECP: - Break the global
Article
Eduard Lebedyuk · Sep 26, 2022

Continuous Delivery of your InterSystems solution using GitLab - Part XI: Interoperability

Welcome to the next chapter of [my CI/CD series](https://community.intersystems.com/post/continuous-delivery-your-intersystems-solution-using-gitlab-index), where we discuss
Article
Eduard Lebedyuk · Mar 24, 2017

Logging using macros in InterSystems IRIS

") = "abc" | %index = "" What’s next? The key potential improvement is to add another argument to the log class with an arbitrary list of variables created inside
Article
Robert Cemper · Jul 15, 2021

The future position of ObjectScript

known scripting language compared to others. C as in this: C - InterSystems Programming Tools Index - Caché & Ensemble 2018.1.5 ? I understood about the main idea of a rarely
Article
Iryna Mykhailova · Sep 25, 2018

Implementing concurrent access to shared resources using Semaphores

users,Removing a name of the active users global by index. Class SemaphoreSample.Util Extends %RegisteredObject [ ProcedureBlock ] { /// initializing the log ClassMethod
Announcement
Timothy Leavitt · Nov 8, 2021

Git for Shared Development Environments

! I’ve been helping out where I can and providing suggestions from the standpoint of organizations that are traditional integration teams belonging to patient-care-centric healthcare
Article
Guillaume Rongier · Dec 18, 2023

Vector search and RAG (Retrieval Augmented Generation) models

is sent to the cloud, so be patient, it can take a few minutes to start. ## 1.6. Usage Once the demo is started, you can access the frontend at http://localhost:8051
Article
Stefan Wittmann · Feb 3, 2016

Introducing new JSON capabilities in Caché 2016.1

at the positional index 10. Keep in mind that arrays are zero-based. USER>do array.$set(10,"This is a string in a sparse array") USER>write array.$toJSON() [1