Search

Clear filter
Question
Eduard Lebedyuk · Aug 20, 2021

Bookkeeping in Business Operation

adaptor, which would look at that data, check for conditions and do the task. So, just only need an index by creation time. Looks like, that you have some data generated, which
Question
Laura Cavanaugh · Oct 26, 2022

One-to-many relationship not ordered as expected

]; } Class ClaimLine { Relationship Claim as Claim [ Cardinality = one, Inverse = ClaimLineRel, OnDelete = cascade]; Index ClaimIndex on Claim; } But the storage globals
Question
Davidson Faria · Jul 22, 2021

Strange query result

issue, but I'd wager a guess that the first and second query use different indices. To be more specific the second query does not use some index due to the need to traverse all
Question
Ankur Shah · Nov 5, 2019

Cache DB - How I can access identity column value in SqlComputeCode with property

field LabName value stored but LabID not stored. Can you please help me on this. Please refer below example. Index LabIDX On LabID [ PrimaryKey ]; Property LabID
Question
Ayman Yousef · Aug 2, 2017

How i can maintain cache DB

did Rebuild indexes & Tune Table .Thanks, There is by no means enough information here to help you. If this is an urgent problem, you should contact InterSystems Support
Question
Matjaz Murko · Jul 16, 2021

JSON serialization of stream

As %Stream.FileBinary; Index Ident On Ident [ IdKey, Unique ]; Storage Default{<Data name="DataDefaultData"><Value name="1"><Value>%%CLASSNAME</Value></Value>
Announcement
Anastasia Dyubaylo · Mar 10, 2022

InterSystems Globals Contest

index implementations, such as spatial index, functional indexes for search, etc. There will be technical bonuses of such. Stay tuned and join our Monday's kick-off for more
Article
Muhammad Waseem · Apr 5, 2022

Using Globals as a graph database to store and retrieve graph structure data

vis.Network(container, data, options); return network; } drawGraph(); </script> Step5: Calling above codes from app.py main file #Mian route. (index
Article
Renan Lourenco · Mar 9, 2020

InterSystems IRIS for Health ENSDEMO (supports arm64

this part of the documentation as a module too. Could be a nice extension to the app. I like your idea @Evgeny.Shvarov !! How do you envision that, a simple index with easy access like
Question
Erum Ahsan · Jun 6, 2023

JavaScript is not working as expected

to understand what I am doing wrong? XData Style { <style type="text/css"> #loading {width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 99
Article
Mike Kadow · Jun 23, 2016

NewBie's Corner Session 9 Documentation and books

send me private email, unless of course you wish to address me only.See NewBie Index for an index of all NewBie Corner posts. Hello Mike,Add to your list several books written
Question
Mack Altman · Dec 2, 2016

What are best ways to query large tables

your tables. Well, if you want good performance in SQL Queries, you need indexes. What do your tables look like? We can definitely get fast performance on a 50M row table
Question
· Dec 22, 2022

%DynamicObject: How to insert json property at a specific location

", "meta", "extension" ] #dim newObject as %DynamicObject = {} for index = 0:1:order.%Size() - 1 { set element = order.%Get(index) set done(element) = 1
Question
Pratik Mankar · Jun 24, 2022

Accessing Property within a Property

are Patient name Type of Test Order ID Type of test will values for Sugar, Urine and Thyroid. But for Thyroid which is a Profile test, should hold multiple properties like Tsh
Question
Soufiane Amroun · Sep 25, 2017

convert date to timestamp

":98.0,"activity_id":"591c540aac8f295479ee14ce"}]}i've also a small database as a patient program wich has a date in this form : 2017-09-25 11:00:00 so , my question is : i want