Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

  • Calculation/Balance of time series
    • EDA-L - EDA language - optimized for working with time series

EDA logic diagram

EDA logic diagramImage Modified

Basic properties

...

  •  Reduction of data flows over the network
    • calculation on the server

Reduction of data flows over the networkImage RemovedImage Added

  • Parallelization (scalability to n - nodes)
    • simultaneous implementation of several calculations
    • use of computing resources

ParallelizationImage RemovedParallelizationImage Added

  • Data cache
    • memory usage - reuse of calculated data

Data cacheImage RemovedData cacheImage Added

      • Client cache – client data, multiple transactions
      • Global cache - synchronized on the server side, shared data sharing between calculations, pre-read data

Global cahceImage RemovedGlobal cahceImage Added

  • Loadbalancing
    • distribution of computing load

...