Pesquisar

質問
· 2025年10月11日

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

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?

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

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

How can I leverage bitmap indexes for performance tuning in a hybrid OLAP/OLTP IRIS workload?

We run mixed workloads in IRIS. For analytical queries, are bitmap indexes effective? What are the caveats for concurrent OLTP updates, and how should I maintain bitmap indexes efficiently?

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

Can I implement custom stream compression algorithms in IRIS for %Stream.GlobalBinary?

For space optimization, we want to apply a domain-specific compression algorithm to binary stream data before writing to %Stream.GlobalBinary. Is it possible to override or extend stream classes to include compression/decompression?

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