Search

Clear filter
Question
Evgeny Shvarov · May 29, 2017

Globals vs Locals: What Is Faster?

Consider you need to put some (less than 1GB) data to an indexed array and do some data manipulations and calculations with it.Should I prefer global or local for it?
Question
Elliott Grey · May 10, 2023

Sort array of version numbers in ObjectScript?

%Push(val) } Quit sorted } Obviously, ChatGPT has no idea of ObjectScriptnonexisting methods, wrong indexing, ...... DISAPPOINTING Thank you so much!
Question
Scott Roth · Aug 26

How do I get a Search Table to show up in a different Namespace?

For HL7 indexing tasks, properties like `Show Query` in the Message Viewer may help confirm operations and mappings [4].
Question
JOSEPH MONEY · Sep 14, 2021

Do Views Speed up query response time?

If the creation of a view doesn't assist in anyway to query execution then it doesn't matter and it all comes down to indexes I guess but I don't have permission to create those either
Question
Tuan Minh Do · Jul 16, 2018

%DOC with DeepSee

If you already have data, you need to populate the associated index.
Question
CM Wang · Jul 18, 2017

How to dynamically change the entry defined in SQL storage map

<SQLMap name="Index"><BlockCount> ^Blk</BlockCount></SQLMap> set Blks = $lb(-100,-200,-300) for r = 1:1:$ll(Blks){set ^Blk = $li(Blks,r)do $system.SQL.Purge(
Question
Igor Barboza · Aug 15, 2024

There's any way to check if some part of the code is an abbreviated command?

. #; "s": %Integer, #; #; Zero-indexed start position of the token on the line #; "p": %Integer, #; #; Length of the
Question
Maxime LACH · Sep 19, 2024

Latency with VS Code 1.93 for "Import and Compile"

Is there some new feature that indexes classes/routines locally or something? I couldn't find anything in the usual logs that indicated what was going on.
Article
Muhammad Waseem · Apr 1, 2024

Overview of Generative AI - Part1

Then, each token is mapped with a token index, which is the integer encoding of the original text chunk.
Discussion
Michael Lei · Oct 11, 2024

Why developers should adopt IRIS instead of other database and interoperability tools?

More and more younger developers are learning Python, and according to the PYPL index Python passed Java in popularity among learners in 2018 and is far beyond Java today.
Question
Oleksandr Kyrylov · Oct 22, 2024

Is there a way to programmatically import and export table data?

After that you then can export the Global data and index storage defined by the storage class.To export you can use $system.OBJ.Export from a terminal/iris session.
Question
Lawrence Grace · Sep 12, 2019

How to use Rest API in DeepSee

You can then compile and build your cube, which will create a fact table (and several other tables) to store an indexed copy of the data you have specified.
Discussion
Yone Moreno · Oct 4, 2022

[Off-Topic] What hobbies would you recommend to balance being a professional software developer and have other activities to replenish yourself?

Playing an instrument, learning to paint, watching series, play videogames, gardening, reading, playing sports...? 🔁📤📝 Thanks for your replies.
Article
Evgeniy Potapov · May 20, 2022

How we reduced the report generation time by 28 times

It is about 278 Mb now.And I have no idea about why it is so slow )) I think that index exists.
Article
Eduard Lebedyuk · Apr 21, 2021

Ctrl+C / Ctrl+V in IRIS Terminal

Indeed ! this works as expected!I'm in again Great tip ... I never knew this!!