If you're interested in another version, click it below:
• GigaSpaces 6.5
Overview
GigaSpaces XAP 6.0 provides specific configuration to answer different types of user requirements, and OpenSpaces simplifies the configuration and setup of each configuration.
GigaSpaces Mirror Service (also known as Persistency as a Service, or PaaS) provides reliable asynchronous persistency, allowing you to asynchronously integrate your data stored in our In-Memory Data Grid (IMDG) with a backend database, significantly reducing performance overhead.
GigaSpaces JDBC Storage Adapter supports implicit data recovery from the database when a space is started, stores Entry meta data, and persists a redo log. The data source and space are constantly synchronized with each-other.
GigaSpaces different External Data Source interfaces (with a built-in implementation using Hibernate) can be used to store data in an existing data source and in the space: Data is loaded from the data source during space initialization (DataProvider), and from then onwards the application works with the space directly. Meanwhile, the data source is constantly updated with all changes made in the space (DataPersister).