We love hearing from our users. Tell us what you want to see next and upvote ideas from the community. * Bugs and troubleshooting should as usual go through InterSystems support.
SQL Engines employ "query rewrite" to effect a more efficient query to supplement user expertise or application knowledge. Can Mac / Int code generated by Classes be accelerated in a similar way? Beyond locating inefficient and discouraged code an...
Alex Woodhead
over 1 year ago
in InterSystems IRIS
0
Will not implement
During docker build, it's useless to start full functional IRIS, it would be enough to start just bare minimally, do not start the internal web server, ECP, and so on. Just only staff enough to build a code and make some changes in settings.
Dmitry Maslennikov
over 2 years ago
in InterSystems IRIS
0
Future consideration
Currently productions are developed in files in XML format. For this reason, it is essential to have a visual editor. The idea is to allow you to create productions using the YAML format, as it is simpler, cleaner and faster to develop and configu...
Add Python linting to vscode when writing method in Python.
When you write a method using python you do not get any linting of the python code. This is slows down development in Python. One common mistake is bad or missing indentation which is critical in Python. While we know that there is an error the na...
Rich Taylor
11 months ago
in InterSystems IRIS
0
Community Opportunity
Enhance Vectore calculation beyond VECTOR_COSINE(),TO_VECTOR(),VECTOR_DOT_PRODUCT() I especially miss these functions: FROM_VECTOR to get the content of $ZV into a variable (JSON ?) ADD_VECTOR() for transformation. For INT and DOUBLE DiFF_VECTOR()...
Robert Cemper
11 months ago
in InterSystems IRIS
8
Will not implement
Implement IRIS connector for Airbyte data integration engine
Airbyte is an open-source data integration platform that allows users to sync data from different sources to various destinations. Its architecture is modular and it relies on the use of connectors for each source or destination. Every connector h...
Dmitry Maslennikov
over 1 year ago
in InterSystems IRIS
2
Community Opportunity
The idea proposes to create a testing dashboard for InterSystems IRIS that would provide a centralized view of all testing activity. This would make it easier for developers to track the progress of their tests, identify any test failures, and tak...
Liquibase (https://www.liquibase.org/) is an open-source database schema change management solution which enables you to manage revisions of your database changes easily. Liquibase makes it easy for anyone involved in the application release proce...