Download esProc SPL

esProc Edition Description

  1. Two editions of esProc SPL have been released: Community Edition and Enterprise Edition.

  2. The Community Edition is open-source. Users need to download the source code and compile it for use.

  3. Find differences of these editions, and our support and commercial policies HERE .

  4. The IDEs of Enterprise Edition will try to connect to the official website to find the latest version at each startup. This will trigger internet access and can be aborted. No such action for Community Edition.

Community Edition

Enterprise Edition

Document

20230228 Community Edition Update record

  1. Help Documentation updated;
  2. New feature:Output total duration of the SPL computation after the SPL program is executed in IDE;
  3. New feature:Releae resources ater connection is closed when JDBC uses nodes;
  4. Improvement: Add method of accessing a regular URL in HTTP service;
  5. New function: A.bits() for handling the sequence of bit values;
  6. New function: T.index(I:h,w;C,…) that creates non-primary-key-based index for an in-memory table;
  7. Improvement: Simplify and streamline the jar files esProc requires.

20230228 Enterprise Edition Update record

  1. Help Documentation updated;
  2. New feature:Output total duration of the SPL computation after the SPL program is executed in IDE;
  3. New feature:Releae resources ater connection is closed when JDBC uses nodes;
  4. Improvement: Add method of accessing a regular URL in HTTP service;
  5. New function: A.bits() for handling the sequence of bit values;
  6. New function: T.index(I:h,w;C,…) that creates non-primary-key-based index for an in-memory table;
  7. New feature: Add @v for sequence handling to return a pure table sequence;
  8. Improvement: Simplify and streamline the jar files esProc requires.

20230228 External Library Guide Update record

  1. New functions for Math external library: comabs(), comangle(), comconj(), compair(). etc. All are complex number related;
  2. New feature for Mongo external library: Support of connection method with the connection pool; corresponding function is mongo_open().
  3. New feature for Mongo external library: Support of multithreaded retrieval; corresponding function is mongo_shell@m().
  4. Bug fix: Fix nested query error in MongoDB external library.

History