Search

Clear filter
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
José Pereira · Jun 5, 2021

FHIRaaS overview

. For instance: ``` curl -X GET "https://fhir.lrwvcusn.static-test-account.isccloud.io/Patient" -H "accept: application/fhir+json" -H "x-api-key: your-apy-key" ``` ### OAuth 2.0
Question
Yuri Marx · Nov 2, 2018

How Can I get sentiment analysis from a source or entity from iKnow REST API

in the general indexing results page to see if it's being picked up as expected.Feel free to reach out directly to me and/or Fabio if you want.Thanks,benjamin Worked fine, thanks! Hi, Yuri!I
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
reinhard lebensorger · Sep 5, 2019

CACHE SQL: Is the order of the WHERE conditions relevant

management portal.Hope that helps! Usually, I follow the order of indexes or column selectivity (this is a general rule in all databases). For large tables or complex queries
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
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
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
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
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
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
Theo Stolker · 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
Article
Irene Mykhailova · Apr 21

Considerations when Migrating from Oracle, MSSQL etc to IRIS

you to write methods (that can be called as stored procedures) and use the full power of the object-oriented paradigm. Triggers, Indexes, and Views are all supported by IRIS