Article Harry Tong · Feb 21, 2023 2m read How to traverse an IRIS global data structure from Python using latest IRIS Native SDK for Python InterSystems IRIS 2022.2 has Native SDK for Python (https://docs.intersystems.com/iris20222/csp/docbook/Doc.View.cls?KEY=PAG...). We know how to traverse a global data structure using IRIS Object Script $Order function. #Languages #Python #InterSystems IRIS 6 2 0 428
Question Harry Tong · Nov 5, 2020 Vscode missing IRIS icon in Activity Bar I have latest VS Code 1.50.1 and latest ObjectScript extension. For some unknown reasons, my IRIS icon disappeared from VS Code activity bar. How can I get my IRIS icon back? #VSCode #InterSystems IRIS 2 3 0 418
Announcement Harry Tong · Jul 9, 2018 New Video: What's Lurking in Your Data Lake? Hi Community!Please welcome a new session recording from Global Summit 2017:What's Lurking in Your Data Lake? https://www.youtube.com/embed/FGr5CAyWcGY[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings] #Global Summit 2017 #SQL #Video #Global Summit 0 0 0 342
Question Harry Tong · May 31, 2016 How to get workstation name of current connection in SQL from Caché Recently I was asked by a customer with this question. In MS SQL Server, there is a function called host_name() that will return the work station name.Here is how I would do it in Caché :With default SQL schema name, in my case SQLUser in SQL (which is equivalent as User in Caché class definition), I have a class called User.dummy, I added a classmethod called hostname and expose it as SQL function host_name: #SQL #Caché 0 4 0 1.4K
Article Harry Tong · Apr 7, 2016 1m read Global Summit 2016 - Big Load: Massively Parallel Data Ingestion Presenter: Harry TongTask: Load terabytes of data into a distributed environmentApproach: Leverage parallelism and open-source tools In this session, we’ll discuss how to load TBs of data into a distributed environment, leveraging parallelism and open source to reach exceptional load rates.Content related to this session, including slides, video and additional learning content can be found here. #Other 0 0 0 335
Question Harry Tong · Mar 22, 2016 How does Zlogin work Hi Community: I have a legacy Caché based app that has Zlogin or %Zlogin routine. I understand that such routine will be invoked as soon as the user logs in. Can someone tell me where to find such routine? The namespace where the user connects to? Or in CACHESYS? Thanks, HT #Caché 0 3 0 507