Clear filter
Question
Daniel Lee · Aug 1, 2023
the property FullSize in a SQL statement:
SELECT ID FROM EnsLib_HL7.Message WHERE FullSize > ?
Take care because this is a calulated proprety and doesn't have a index. As others have
Question
Ran Kahane · May 17, 2023
, Transient ];
Index PMKey On (Subscript1, Subscript2) [ IdKey, PrimaryKey, Unique ];
Storage MainStorage{<SQLMap name="MainMap"><Data name="Data"><Delimiter>"$c(31)"<
Article
Iryna Mykhailova · Oct 30, 2018
first return to the level of a single index. To do this, use the SetSubscriptCount() method with parameter 1. And further, using the Set() method, simply add subscripts
Question
Laura Cavanaugh · Jul 17, 2017
, this defines their position as arguments.Methods that support a variable arity imply on using three rules:1 - Argument variable must contain the arity size.2 - Argument index starts
Article
Robert Cemper · Nov 26, 2021
{
set tName="*** no file ***",index=""
} elseif $D(^ImportFile(file,-1)) {
set tName=$O(^ImportFile(file,-1,"Class",""),1,index)
} Else {
set tName=$g(^ImportFile(file
Article
Mike Kadow · Sep 7, 2016
, please respond through the InterSystems Developer Community, don't send me private email, unless of course you wish to address me only.See "Newbie's Corner Index" for an index of all NewBies' Posts
Question
Tom Philippi · Dec 13, 2017
specific stuff.setup an index on those calculated properties to find your record.With this approach you keep the origin as you get it and get te indices you may require.It's pretty
Question
Sébastien Demoustiez · Sep 24, 2019
? We had a similar issue at a site and it turned out the routine index was corrupt, recompiling all routines solved this. Hi,
I'm having a similar issue but with purge queries
Question
Jeffrey Drumm · Jan 6, 2020
finishes executing on the server.
Query 1 fails because you have to do a join on the two large tables and your only where clause is against a property that is not indexed.
Query 2
Question
chenna velagala · Feb 18, 2021
article here Given that SQLCODE is 100 (in other comment thread), might you have an index on %ConfigName that has not been built?
What do you see from the following queries
Question
Luiz Henrique Carvalho Martarelli · Mar 5, 2021
("Local") = "16@%ZEN.proxyObject"
| %data("produto") = "CHP0001"
| %index = ""
+-----------------------------------------------------
https://docs.intersystems.com/latest/csp
Article
Nikolay Solovyev · Aug 1, 2019
of the corresponding properties in your class.Add an index on Root, Lft, Rgt
Index TreeIndex On (Root, Lft, Rgt);
Compile your class
How to use
Use %New(), %Save
Question
Han Ya · Sep 25, 2020
:Config port = 1972, SNMP-capable = 116:58:25 : sorted (end) as index[0]16:58:25 :RegOpenKey for mgr dir SOFTWARE\InterSystems\Cache\Configurations\ENSEMBLE\Directory16:58:25
Question
Sadagopan Srinivasan · May 31, 2020
=> "SELECT * FROM AEADOCTOR " }}output {elasticsearch { hosts => ["localhost:9200"] index => "cachesql"}stdout { codec => rubydebug }}
Values looks correct
Question
Marcel Schaefer · Dec 25, 2023
Extends %Persistent [ SqlRowIdPrivate, StorageStrategy = MyGlobalStorage ]
{
/// Index
Index KeyIndex On (year, key) [ IdKey, Unique ];
/// first key
Property year As %Integer