Search

Clear filter
Question
Scott Roth · Apr 19, 2017

Difference between %Stream.FileCharacter and %FileBinaryStream

queuing (due to IO thrashing) is because of poor indexes elsewhere in the production. A data store that worked fast in development will now be so large that even simple lookups
Question
Chip Gore · Apr 24, 2018

How can I programmatically select a row on a zen.TablePane when I only know the row's value

Hi -I'm trying to figure out an elegant way to select a row on a table pane when I don't have an index, but I DO have a value.My page has a typical tablePane
Question
Mark Anthony Manalo · Aug 2, 2018

"Listen" to a cache db

, SqlRowIdPrivate ] {Index idx On (Table, Version, RowID) [ IdKey ];Property Version As %Integer [ ReadOnly, SqlColumnNumber = 2 ];Property Table As %String [ ReadOnly, SqlColumnNumber = 3
Question
Hieu Dien Nguyen · Aug 23, 2018

Set value to Property's DISPLAYLIST, VALUELIST

possible.If display values are unique, you can build a unique index and use it to translate display value into id. ok, it's helpful, thanks Do you want to get a list of possible
Article
Eduard Lebedyuk · Sep 10, 2018

Dynamic objects and JSON support in InterSystems products

in compatibility with versions of Caché earlier than 2016.2, just use Ctrl+H thoughtfully and you’ll be fine. Keep in mind, though, that indexes in arrays start with a zero now
Question
Lakshmi Ankireddipalli · Jun 16, 2023

How do we map Globals (holds data which spreads across different DBs) to multiple Databases

) ------------------------------------- Can see Global "History" is stated in question. Suggest review is needed to double-check where indexes and rowID counters are stored. Thanks a lot to Alex, Stephen & Robert for your time & providing different solutions.
Announcement
Bob Kuszewski · Jun 30, 2023

Upcoming InterSystems Container Changes

for an InterSystems container, that’s available as a label, which you can view with the docker inspect command. For example: docker inspect --format '{{ index .Config.Labels
Announcement
Evgeny Shvarov · Mar 17

Technology Bonuses for the InterSystems AI Contest: Vector Search, GenAI and AI Agents

InterSystems IRIS contains a new technology vector search that allows to build vectors over InterSystems IRIS data and perform search of already indexed vectors. Use it in your solution
Article
Benjamin De Boe · Nov 3, 2016

Getting started with Text Categorization

free text into a rich, structured network of interlinked entities. We will use iKnow to index the data contained in the NarrativeFull column.Exercise 2We will create and test our
Question
Jeffrey Drumm · Jun 20, 2017

Atelier and External Web Server

;/Directory> <Directory /usr/share> AllowOverride None Require all granted </Directory> <Directory /var/www/> Options Indexes FollowSymLinks
Article
Sean Connelly · Apr 12, 2017

Bug killing development tips

last week. Less haste, more speed. 6. Ensure code lives in the right place If you have an entity class such as patient, then make sure all things that affect patient live
Article
Benjamin De Boe · Sep 13, 2022

CI/CD with IRIS SQL

, you may use this to take advantage of newish best practices such as the use of Extent Sets, which implement hashed global names and separate each index into their own global
Article
Eduard Lebedyuk · Jul 13, 2022

Continuous Delivery of your InterSystems solution using GitLab - Part X: Beyond the code

After almost four years on hiatus, [my CI/CD series](https://community.intersystems.com/post/continuous-delivery-your-intersystems-solution-using-gitlab-index) is back! Over
Article
Chad Severtson · Apr 12, 2023

Determining Global and Table Sizes in InterSystems IRIS

. This behavior can be modified by specifying USEEXTENTSET and DEFAULTGLOBAL. Using hashed global names and storing only one index per global have shown performance benefits. I use
Article
Benjamin De Boe · Jun 21, 2016

iKnow demo apps (part 4) - Rules Builder Demo

button to index all paragraphs one by one. Actually, we're doing it two by two, as in the above example sections I.a. and I.a.i. need to be considered together, as are I.a. and I.a.ii