Blog Archives

eXtreme Parallel Processing

The eXtreme Parallel Processing software is useful primary in tasks where is required parallel processing to use maximal CPU with minimal effort to rewrite current applications. Each of the case to processing is processed separately. After every successfully processing is provided COMMIT into database, therefore you will never loose already processed data. Every time is possible to select remaining cases to process. Each cases processed with error can be easily selected or reprocessed....

Transactional Parallel Processing for Oracle

The Transactional Parallel Processing software is useful primary to rewrite sequential processing in PL/SQL tasks where is required parallel processing to use maximal CPU with minimal effort to rewrite current applications. The main benefit is independent on the transaction logic in existing code. The logic of COMMIT or ROLLBACK is context of processing after sequential processing can remain as it is....