📜 ⬆️ ⬇️

Release DBMS InterSystems Caché 2016.2


Hello! The next release of the new version of Caché was number 2016.2. There are not many changes, but they are all important. As always, first we publish a link to the full list of changes (in English).


So.


Atelier support - new Eclipse-based IDE


This is the first release of Caché, which adds server support for the new Atelier integrated development environment.


Atelier combines the strengths of the popular IDE Eclipse and Caché DBMS. It supports exporting code to UDL, out-of-the-box version control, debugging, auto-update and is compatible with most Studio Add-Ins. Atelier is distributed separately from Caché and Ensemble distributions.


There are currently two courses on Atelier available on our learning portal:



Recommended for review.


OAuth 2.0 and OpenID Connect support


Starting with this release, Caché supports OAuth 2.0 and OpenId Connect Core. Caché can act as a client, resource server or authorization server. Read more in the section Using OAuth 2.0 and OpenID Connect with Caché documentation, as well as in an article on our Developer Community.


SQL / JSON support


The SQL syntax has been extended to partially support the SQL / JSON standard, which allows you to get query results in JSON format. Supported features:



SQL enhancements


This release introduces the following SQL performance improvements:



As a result of the above changes, it became possible to use% Parallel with the majority of SELECT queries. If the query is parallelizable, and Caché has several physical threads available, then the performance of the query will be improved. If the request cannot be divided into portions, or only one physical flow is available, then Caché will recognize this situation and will not break the request, saving resources.



Other changes


Of the other important changes:



Thank you for new releases!


')

Source: https://habr.com/ru/post/316498/


All Articles