查找

Question
· Oct 11

How can I implement an efficient multi-shard SQL query in an InterSystems IRIS sharded cluster?

We are using IRIS with a sharded architecture. Complex SQL queries (with joins, aggregates, and subqueries) are performing slowly. How can I design queries or indexes to optimize distributed execution across shards?

1 Comment
Discussion (1)1
Log in or sign up to continue
Article
· Oct 10 2m read

线上研讨会 | 借助IDFS构建实时数据中枢:从多源整合到智能分析

InterSystems Data Fabric Studio(IDFS)提供了一种新方法,可在安全可控的环境中将正确的数据在正确的时间提供给正确的消费者。10月17日14:00,我们将举办题为“借助IDFS构建实时数据中枢:从多源整合到智能分析”的线上研讨会,欢迎👉点击此处报名参会!

IDFS是一个完全由云计算管理的解决方案 ,旨在轻松实施和维护智能数据编织(smart data fabric),将不同的数据连接并转换为单一的统一可操作信息源。这一自助式解决方案使数据分析师、数据管理员和数据工程师能够访问和处理业务利益相关者所需的数据,而无需依赖开发人员。

本次分享将展示如何通过多源数据管道自动化构建(定义数据源连接、字段提取与清洗规则)、业务日历驱动的实时调度(周期自动运行数据任务)以实现多种异构数据系统的无缝融合。

您将在此次分享中了解到以下经典场景:

  • 数据工程师视角:通过可视化 “配方” 工具(Recipes)定义数据转换逻辑,无需编码即可完成从数据到分析表的自动化加载;
  • 分析师实践:基于整合后的标准化数据集,快速构建生产效率 BI 立方体,联动Power BI 生成动态看板;
  • 合规管理:利用系统内置的 “快照调度” 功能,自动生成符合审计要求的历史数据存档,结合层级化权限控制(管理员 - 工程师 - 分析师分工),确保数据安全可追溯。

无论您是数据工程师、架构师,还是AI应用开发者,都能在本次研讨会中获取IDFS实战经验、技术架构设计思路与前沿趋势洞察,IDFS助力您轻松部署以数据为中心、连接数据和应用孤岛的AI应用!

我们期待与您的进一步互动。

1. 留言互动

在会议进行过程中,如果您有任何疑问,或者希望与我们进一步讨论,可以在屏幕上方点击“提问”按钮,提交您的问题,我们会在分享结束后整理问题,并通过邮件向您回复。

2. 有奖调研

参会期间,点击屏幕右上角“有奖调研”完成问卷,将有机会获得定制小礼品。

快来加入我们吧٩(๑>◡<๑)۶ 👉点击查看

Discussion (0)1
Log in or sign up to continue
Article
· Oct 10 2m read

Why do I still see old messages after running the purge task?

To manage the accumulation of production data, InterSystems IRIS enables users to manage the database size by periodically purging the data. This purge can apply to messages, logs, business processes, and managed alerts.

Please check the documentation for more details on the settings of the purge task:
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=EGMG_purge#EGMG_purge_settings

An issue that many users ran into is still finding old messages after running the purge task for messages. For example, a user has a purge task for messages that has NumberOfDaysToKeep=45. This means that messages generated in the last 45 days are retained, and messages generated before 45 days should be deleted. After the purge task completes successfully, most of the messages before the 45-day retention period are deleted, but there are still some old messages that were created before 45 days. Why aren't these messages purged?

In this article, I will discuss the most commonly seen root causes and how to handle the situation. I will assume that the user has a purge task using Ens.Util.Tasks.Purge. 

1) Check the purge task
First, we want to check the purge task's settings. We want to confirm the NumberOfDaysToKeep setting and make sure that the task is set to purge messages in the namespace we are examining, but the setting we want to check the most is KeepIntegrity.

 If KeepIntegrity is enabled, the purge task will only purge complete sessions. By definition, a complete session contains only messages with the status of Complete, Error, Aborted, or Discarded. Notice that if any message in the session is not of one of these four statuses (e.g., the message is Queued or Suspended), all messages in the session will not be purged.

2) Check the message status of all messages in that session
Knowing that KeepIntegrity can make the purge task skip some messages in incomplete sessions, we can now check if this is the current issue by checking the status of the messages in the session. In the Message Viewer, search for messages that should have been deleted based on the NumberOfDaysToKeep criteria by applying the time filter. Check the status of all of the messages in one of these sessions by using the Session ID. Are there any messages with a status other than Complete, Error, Aborted, or Discarded?

In addition to the Message Viewer, you can verify this information using SQL by querying the Ens.MessageHeader table.

3) Manage the incomplete sessions
To resolve the issue, you need to change the status of these messages to they can be purged. For example, some messages might still be in a queue and need to be aborted.

Another way to resolve it is to create a purge task with KeepIntegrity disabled to purge the messages even if the sessions are incomplete. You should choose an appropriate NumberOfDaysToKeep.

Discussion (0)1
Log in or sign up to continue
Announcement
· Oct 10

¡Estrenamos interfaz del chat de IA de la Comunidad de Desarrolladores!

Hola, comunidad:

¡Estamos emocionados de anunciar una actualización importante del Chat de IA de la Comunidad de Desarrolladores: ahora cuenta con una interfaz completamente nueva!

Con esta actualización, vuestra experiencia será más fluida e intuitiva:

  • Navegación más sencilla entre vuestros chats
  • Historial y respuestas más claros a simple vista
  • Retención de contexto sin interrupciones para conversaciones más naturales

Al igual que antes, la experiencia está impulsada por InterSystems IRIS Vector Search, lo que garantiza que vuestras interacciones sigan siendo rápidas, con conocimiento del contexto y altamente relevantes.

Hay funciones antiguas y nuevas disponibles:

  1. Ocultar el panel lateral
  2. Iniciar un nuevo chat
  3. Ver el historial del chat
  4. Compartir el chat (en dos lugares)
  5. Copiar el texto generado
  6. Preguntar a la comunidad: haced clic para crear una nueva publicación en la Comunidad de Desarrolladores
  7. Elegir las fuentes

Nos encantaría recibir vuestros comentarios sobre la precisión de las respuestas, así que no olvidéis darles un pulgar arriba o abajo.

¡Probad la nueva interfaz hoy mismo y descubrid cómo mejora vuestra experiencia! No olvidéis compartir vuestros comentarios sobre la interfaz y la experiencia de usuario (UI/UX) en los comentarios más abajo.

Discussion (0)1
Log in or sign up to continue
Article
· Oct 10 3m read

Stussy Stussy – Streetwear in Deutschland

 

Streetwear ist längst mehr als nur ein Trend. Marken wie Stussy Stussy haben in den letzten Jahren die Jugendkultur geprägt und sind ein fester Bestandteil der Modewelt geworden. Besonders in Deutschland wächst das Interesse an der Marke stetig. Von Berlin bis Hamburg, von München bis Köln – überall sieht man die ikonischen Logos und Styles auf den Straßen.In diesem Artikel erfährst du, warum Stussy Stussy so beliebt ist, welche Produkte besonders gefragt sind und wie die Marke sich in Deutschland entwickelt hat.

Die Geschichte von Stussy Stussy

Um die heutige Popularität von Stussy Stussy zu verstehen, lohnt sich ein Blick auf die Wurzeln. Die Marke entstand in den 1980er-Jahren in Kalifornien. Der Gründer Shawn Stussy begann mit einfachen Surfbrettern und einem handgeschriebenen Logo, das später zum Markenzeichen wurde.

Schon bald war Stussy nicht mehr nur ein Label für Surfer, sondern wurde Teil der Hip-Hop- und Skate-Szene. Dieses breite Fundament führte dazu, dass die Marke weltweit Fans fand. Heute gilt Stussy als eine der wichtigsten Marken in der Streetwear-Kultur.

Stussy Stussy in Deutschland

Deutschland ist bekannt für seine lebendige Streetwear-Szene. Vor allem in Großstädten ist der Einfluss von Stussy Stussy unverkennbar. Junge Menschen tragen Hoodies, Shirts und Caps mit dem markanten Logo.Besonders Berlin gilt als Hotspot für Mode und Streetwear. Hier trifft die kreative Szene auf internationale Labels. Auch Stussy findet hier einen besonderen Platz. In Köln und Hamburg hat die Marke ebenfalls eine große Fangemeinde, während in München der Mix aus Luxus und Streetwear gut ankommt.

Das ikonische Stussy Logo

Ein entscheidender Teil des Erfolgs von Stussy Stussy ist das Logo. Es sieht aus wie eine Mischung aus Graffiti und Handschrift, was perfekt zur urbanen Kultur passt.In Deutschland ist das Logo auf Hoodies, Sweatshirts, Caps und Taschen sehr präsent. Viele tragen es als Ausdruck ihres persönlichen Stils. Es symbolisiert Freiheit, Kreativität und ein Stück Rebellion.

Stussy Stussy und die Streetwear-Kultur

Streetwear ist mehr als nur Kleidung. Es ist ein Lifestyle. Stussy Stussy steht für Freiheit, Individualität und einen urbanen Lebensstil.In Deutschland verbindet man Streetwear mit Musikrichtungen wie Hip-Hop, Rap und Techno. Künstler, DJs und Tänzer tragen die Marke oft auf der Bühne oder in Videos. Dadurch wird die Popularität noch verstärkt.

Zusammenarbeit mit anderen Marken

Ein weiterer Grund für den Erfolg von Stussy Stussy sind die Kooperationen mit anderen Marken. In den letzten Jahren gab es exklusive Kollektionen mit Nike, Supreme und vielen weiteren Labels.Diese limitierten Produkte sind in Deutschland besonders begehrt. Oft sind sie innerhalb weniger Minuten ausverkauft und erreichen später hohe Preise auf dem Resell-Markt.

Warum Stussy Stussy in Deutschland so beliebt ist

Die Beliebtheit lässt sich auf mehrere Gründe zurückführen.

  • Einfacher Stil: Die Kleidung ist bequem und passt zu jedem Outfit.
  • Kultstatus: Seit Jahrzehnten steht Stussy für Authentizität.
  • Jugendkultur: Rap, Skateboarding und Urban Style haben in Deutschland viele Fans.

Online-Shops und Stores in Deutschland

Wer in Deutschland Stussy Stussy kaufen möchte, hat viele Möglichkeiten. In großen Städten gibt es ausgewählte Stores, die Teile der Kollektionen anbieten. Besonders beliebt sind Sneaker- und Streetwear-Shops.Auch online gibt es ein breites Angebot. Bekannte Plattformen wie Zalando, BSTN oder Kickz führen regelmäßig neue Kollektionen. Der Vorteil: schnelle Lieferung und einfache Rückgabe.

Nachhaltigkeit und Zukunft

In the modern world, sustainability is becoming increasingly important.Auch bei Stussy Stussy wächst das Bewusstsein für Umwelt und faire Produktion. Viele Fans in Deutschland achten heute darauf, wie Kleidung hergestellt wird.Die Marke geht langsam Schritte in diese Richtung, was für die Zukunft wichtig ist. Denn nur so kann Streetwear auch langfristig erfolgreich bleiben.

Discussion (0)1
Log in or sign up to continue