Learning
Documentation
Community
Open Exchange
Ideas Portal
Global Masters
Certification
Partner Directory
Startup Hub
Developer Community
Ask DC AI
Posts
InterSystems Official
Articles
Questions
Announcements
Discussions
Tags
Events
Tech Article Contest
Programming Contest
InterSystems Ideas Contest
Event Calendar
Products
InterSystems IRIS
InterSystems IRIS for Health
HealthShare
TrakCare
Caché
Ensemble
InterSystems Analytics (DeepSee)
InterSystems Text Analytics (iKnow)
Jobs
Job Opportunity
Job Wanted
Members
About
About Us
FAQ
Feedback
Report an Issue
Share an Idea
Code of Conduct
Contact Us
EN
Ask AI
Language
EN
|
ES
PT
JP
CN
FR
EN
Search
All
Top posts
Latest posts
Tags
Type of post
Announcement
Article
Question
Discussion
Search by user posts
Tags
Caché
Developer Community Official
Documentation
Ensemble
Global Masters
Health Connect
HealthShare
InterSystems Data Studio
InterSystems Ideas Portal
InterSystems IntelliCare
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
InterSystems Kubernetes Operator (IKO)
InterSystems Natural Language Processing (NLP, iKnow)
InterSystems Official
InterSystems Reports (Logi)
IRIS contest
Job Opportunity
Job Wanted
Learning Portal
Open Exchange
Other
Partner Directory
Resource Library
Summit
Supply Chain Orchestrator
TrakCare
.NET
Access control
Adaptive Analytics
Alerts
Analytics
Analyzer
Angular
Angular2
API
Apple macOS
Application Server
Artificial Intelligence (AI)
Authentication
AWS
Azure
Backup
Beginner
Best Practices
Big Data
Business Operation
Business Process (BPL)
Business Rules
Business Service
C++
Callout
CaretDev
CCR
Certification
Change Management
ChatGPT
Cloud
Code Golf
Code Snippet
Coding Guidelines
Columnar Storage
Compatibility
Compiler
Containerization
Contest
Continuous Delivery
Continuous Integration
Convergent Analytics
CSP
CSS
CSV
Cubes
Dashboards
Databases
Database Transaction Processing
Data Import and Export
Data Model
DC Feedback
Debugging
Deployment
Developer Community FAQ
Development Environment
DevOps
Digest
Distributed Data Management
Docker
Document Data Model (NoSQL)
DTL
Early Access Program (EAP)
Eclipse
ECP
Embedded Git
Embedded Python
Encryption
Enterprise Message Bank
Error Handling
Events
Failover
FHIR
Field Tests
Framework
Frontend
FTP
Generative AI (GenAI)
George James Software
Git
GitHub
Globals
Global Summit 2016
Global Summit 2017
Global Summit 2018
Global Summit 2019
Global Summit 2022
Global Summit 2023
Global Summit 2024
Google Cloud Platform (GCP)
Graph
High Availability
HL7
HTML
iFind
Indexing
Innovatium
IntegratedML
integration-required
Interoperability
InterSystems API Manager (IAM)
InterSystems Business Solutions and Architectures
InterSystems Demo Games
InterSystems Package Manager (IPM)
IoT
isNewTech
ITvisors
J2 Interactive
Java
JavaScript
JDBC
Journaling
JSON
Key Question
Key Value
Kubernetes
Languages
Large Language Model (LLM)
LDAP
LEAD North, LLC
Listings
Localization
Machine Learning (ML)
Management Portal
Mapping
MDX
Meetup
Message Search
Microservices
Microsoft Windows
Microsoft Windows Server
Mirroring
Monitoring
Multi-model
MultiValue Basic
Namespace
Natural Language Processing
Node.js
OAuth2
Object Data Model
ObjectScript
ODBC
Open Source
OpenVMS
Perforce
Performance
PID^TOO||
Platforms
Podcast
Prompt Engineering
Python
React
READY 2025
Red Hat Enterprise Linux (RHEL)
Relational Tables
Release
REST API
Security
Sharding
SOAP
Source Control
SQL
SSL
Startup
Studio
SVN
Swagger
System Administration
System Alerting and Monitoring (SAM)
Terminal
Testing
Tips & Tricks
Tools
Tutorial
Ubuntu
UI Development
UIMA
Unstructured Data
Vector Search
Video
Virtual Summit 2020
Virtual Summit 2021
Visualization
VSCode
Vue.js
Web Gateway
Webinar
XML
ZEN
Apply
Clear filter
Article
Dmitry Maslennikov
· Sep 18, 2023
Vectors support, well almost
Inverted file
index
The search just will use the created
index
and its algorithm will find the requested information.
Question
Drew Holloway
· Mar 12, 2020
How to search all tables for specific column in Intersystems Cache database
indeed
, system schemas (whose name starts with a % sign) require certain privileges (that you quickly get used to once you have them :-) ).
Question
Arto Alatalo
· Apr 29, 2020
OpenId() is slow, why?
The name of the <
index
>Open method is based on the name of the
index
. I suspect that in one case the name of the IDKEY
index
is "IDKEY" and in another it is "idkey".
Question
Mark OReilly
· Jul 3, 2023
How does the front end of the portal look up the message head ID so quickly
The idea is to use
index
and the fastest
index
in MessageHeader is %ID.
Article
Mike Kadow
· Aug 29, 2016
NewBie's Corner Session 19 MUMPS verses Caché, what's the difference?
to the
Index
.
Question
Alexander Brown
· Feb 6, 2017
Lookup Time Complexity of a Global
Would the lookup operation scale with the size of the array such that the variable is iterated through until the given
index
meets the current
index
, yielding a O(n) lookup?
Question
Virat Sharma
· Jan 24, 2023
SQL Query needs optimization
the
index
.,
Question
Scott Roth
· Sep 2
SearchTable properties not populating
This process enables the system to
index
messages using your newly added properties, replacing old
indexed
fields.
Question
Jose Antonio Cañizares
· Apr 1, 2016
How to extract column sorting of %ZEN.tablePane with or without snapShot
Set tSub2 = $Order(@tIndexGlobal@(tSub1,tSub2),tSortOrder) // If we previously were on the last value for the
index
key, move on to the next
index
key.
Article
Yuri Marx
· Jan 16, 2021
Creating and listing XData definitions
for property DOB
Index
DOBIndex On DOB; ClassMethod AddTestData(amount As %Integer = 10) { d ..Populate(amount) } /// Documentation for Person XData PersonDocHtml
Article
Danny Wijnschenk
· Nov 14, 2017
Advent of Code 2016 Day14: One-Time Pad
If countKey = 64 Quit } } } Write "
Index
= ",
index
,! } Catch { Write "Error : ",$ZError,!
Discussion
Sylvain Guilbaud
· Feb 21, 2022
How to efficiently store historical data, similar to current data, without mixing physical storage ?
Old versions are only
indexed
on the
parent
field. Why together ? ? ? Who wants that ? ? ? Where ? ? ?A simple MERGE ^archive(....)=^source(....)
Question
Stefan Schick
· Mar 24, 2022
Howto add / remove searchtable items
indexValue On (PropId, PropValue, DocId) [ IdKey, Unique ];
Index
indexDocId On (DocId, PropId, PropValue) [ Unique ]; XData SearchSpec [ XMLNamespace = "http://www.intersystems.com
Article
Iryna Mykhailova
· Aug 15
A beginner's guide to creating SQL tables and seeing them as classes
Do not edit the SqlName of this
index
.
Question
Jack Rack
· Oct 11
How can I implement an efficient multi-shard SQL query in an InterSystems IRIS sharded cluster?
**Define Optimal
Indexes
**: Use
indexing
methods tailored to query patterns: - Standard
indexes
for commonly queried columns.
first
previous
…
37
38
39
40
41
…
next
last
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up