Nova postagem

Pesquisar

Pergunta
· Out. 11, 2025

How do I stream process and ETL terabyte-scale HL7/FHIR data using InterSystems IRIS Interoperability?

We’re ingesting high-volume HL7 messages and converting them to FHIR in near-real-time. How do we design a streaming ETL pipeline using interoperability (productions) that scales horizontally?

1 Comment
Discussão (1)1
Entre ou crie uma conta para continuar
Pergunta
· Out. 11, 2025

Can I customize the IRIS SQL query planner to optimize recursive CTE execution?

I’m using recursive CTEs for hierarchical data, but the planner seems to produce inefficient plans. Can I influence or extend the query optimizer behavior in IRIS?

Discussão (0)0
Entre ou crie uma conta para continuar
Pergunta
· Out. 11, 2025

How can I use $Order() traversal with lock-free concurrency for real-time analytics in IRIS?

We want to iterate over large global structures in real-time without blocking or locking readers. How can we safely use $Order() and implement a lock-free analytics approach?

2 Comments
Discussão (2)1
Entre ou crie uma conta para continuar
Pergunta
· Out. 11, 2025

How can I write a custom SQL storage strategy for ObjectScript classes in IRIS?

Instead of default storage classes, I want to implement my own SQL storage mapping for a persistent class (e.g., denormalized or sparse matrix structures). How do I define and manage custom storage definitions?

Discussão (0)0
Entre ou crie uma conta para continuar
Pergunta
· Out. 11, 2025

How can I implement a secure and scalable multi-tenant architecture in IRIS using namespace isolation and role delegation?

What are the best practices for creating a multi-tenant app in IRIS? How can I isolate data per tenant using namespaces, control resource usage, and delegate access via roles securely?

1 Comment
Discussão (1)1
Entre ou crie uma conta para continuar