検索

質問
· 2025年10月11日

How can I write a custom JSON adapter to serialize hierarchical IRIS objects with circular references?

The built-in %JSONExport() fails with circular references in deeply nested objects. How can I write a custom serializer that supports circular detection and reference tracking?

1 Comment
ディスカッション (1)1
続けるにはログインするか新規登録を行ってください
質問
· 2025年10月11日

Can I implement row-level security in InterSystems IRIS using class parameters and runtime filters?

We require user-specific row access (row-level security). How can we enforce this in SQL and ObjectScript using custom class parameters and dynamic WHERE clause injections?

2 Comments
ディスカッション (2)1
続けるにはログインするか新規登録を行ってください
質問
· 2025年10月11日

How do I perform predicate pushdown optimization in IRIS embedded SQL with dynamic joins? Body:

When writing dynamic SQL queries using embedded SQL, how can I force or ensure that filter conditions are pushed down to the data access layer rather than evaluated in memory?

1 Comment
ディスカッション (1)1
続けるにはログインするか新規登録を行ってください
質問
· 2025年10月11日

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
ディスカッション (1)1
続けるにはログインするか新規登録を行ってください
質問
· 2025年10月11日

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?

ディスカッション (0)0
続けるにはログインするか新規登録を行ってください