Search

Clear filter
Question
Eduard Lebedyuk · Aug 8, 2017

Apache server and directory index

.: http://myserver.com There is an index page, which is available over http://myserver.com/index.html (/ is a Caché CSP app) How can I make index.html available from http://myserver.com
Article
Mihoko Iijima · Aug 31, 2023

How to rebuild index by ID

The %BuildIndices() method uses it to specify the index name. See the documentation for more info on how to rebuild the index.
Question
José Pereira · Apr 7, 2022

Inserting an index without reconstruction

Is it OK to use this partially rebuilt index if I don't care about data that isn't indexed? Did you do this before? I didn't build indexes manually, except for tests.
Question
David Foard · Dec 26, 2019

Performant index on date field

in index are just integers !!!
Question
Jiri Svoboda · Nov 29, 2016

SQL and indexing on collection properties

Is it possible to index values of this property and use this property in SQL?
Discussion
Dmitry Maslennikov · Nov 9, 2020

%session.Data with unlimited amount of indexes

thirdly, if you meant variable number of indexes (in sense of variable number of parameters) then I can just refine Robert's solution to ClassMethod setValue(params...)
Article
Vitaliy Serdtsev · Jul 7, 2017

Indexing of non-atomic attributes

So, collection indexes have the following syntax: INDEX idx1 ON (MyField(ELEMENTS));orINDEX idx1 ON (MyField(KEYS)); The index is built with the help of the propertynameBuildValueArray
Question
Ashok Kumar T · Jul 20, 2024

Index Build uses SetMapSelectability 

Hello Community, As per the Build index documentation "If you use BUILD INDEX on a live system, the index is temporarily labeled as not selectable, meaning that queries cannot use
Question
Florian Hansmann · Sep 13, 2021

SQL - use specific index

Hello Community, we want to use a specific index on our sql-class.
Article
Peter Cooper · Mar 18, 2018

Replacing ZEN - Index to articles

Hi AllThis is the index to a series of articles I hope to create over the coming months.
Question
Sergey Madiev · Oct 30, 2019

SQL query index using

Why don't we use the Item index in pcu?
Announcement
Anastasia Dyubaylo · Mar 12, 2025

[Video] A better way of buidling index for IRIS

a new index with the combination of CREATE INDEX with the DEFER option and BUILD INDEX.
Announcement
Anastasia Dyubaylo · Oct 17, 2022

The 1st InterSystems Idea-A-Thon Winners - hooray!

Production Migration From TST to PRD Data Analyzer Create front-end package based on CSS and JS to be used in NodeJS and Angular projects Expose Global Masters Badges VS Code: Index
Question
Paul Riker · Aug 3, 2023

UCR + HSPI Patient Demographic Prioritization

Patient Search Response (Clinical Viewer, PDQ, XCPD, FHIR) - Only Registry demographics are used. Nothing from HSPI or Patient SDA. 3.
Article
Henrique Dias · Aug 26, 2020

Updating Patient Resource using fhir.js

I am defining a variable with the patient object that returns when I fill the form. // Perform a search to retrieve patient details for a specific patient window.loadForm = function