It’s a wrap for the Jumpmind Team at Shoptalk Spring and we could not have …
Cloud-native POS platform for seamless omnichannel customer experience.
A single hub for all promotions campaigns.
The most advanced synchronization solution for databases and file systems.
Data configuration and batch automation across different disparate systems and vendors.
It’s a wrap for the Jumpmind Team at Shoptalk Spring and we could not have …
Providing your sales associates with visibility into customers’ online carts is becoming increasingly popular—and for …
Americans spent $135.5 billion on back-to-school and back-to-college shopping in 2023, making the season a …
The new release of SymmetricDS Pro 3.16 data replication software simplifies setup, improves performance, and …
Sybase ASE (more recently known as SAP Adaptive Server Enterprise), announced its end of mainstream …
Azure Blob Storage has become a popular option for storing files in the cloud. And …
Jumpmind Powers Point of Sale and Promotions Execution for Landmark Retail, One of the Largest …
Retail Technology Leader Jumpmind to Enable Mobile Point of Sale and Inventory Management for DTLR/VILLA …
The retailer is charting its next chapter with retail technology modernization to power inspired omnichannel …
COLUMBUS, Ohio – April 24, 2025 – Jumpmind, a leading provider of innovative retail technology …
Former industry analyst will help guide the company’s product and solution roadmap to align to …
Jumpmind Powers Point of Sale and Promotions Execution for Landmark Retail, One of the Largest …
Cloud-native POS platform for seamless omnichannel customer experience.
A single hub for all promotions campaigns.
The most advanced synchronization solution for databases and file systems.
Data configuration and batch automation across different disparate systems and vendors.
The new release of SymmetricDS 3.0 will help you:
The data loader subsystem was refactored to support JDBC batch updates and fast path loading outside of JDBC. A pluggable interface allows for vendor-specific implementations of loading data. PostgreSQL and Greenplum are the first dialects with extensions to bulk-load data. We plan to add more implementations in the future. All dialects benefit from the stream-lining of the data loader code and use of batch updates.
Syncing with multiple nodes in parallel is nothing new when you have a group of nodes pushing to a single node, but now the concurrency can originate from a single node. With concurrent synchronization, you control a pool of threads for performing pushes or pulls in parallel with remote nodes. Monitor how many nodes are being synced from a central node and adjust the pool according to network and database conditions.
When two or more nodes update the same data at the same time, now you can determine which update wins and propagates across the nodes to keep data consistent. One of five detectors are configured at the table, channel, or node group level to watch for conflicts. A resolver is configured to decide which row wins during a conflict. If one of the four resolvers doesn’t meet your needs, use the Java API to write a custom one. A manual resolver is provided that will put the batch in error for the user to resolve from the console.
Android mobile devices are now supported for change data capture and data loading. Mobile applications that use a database can include the SymmetricDS Pro library to automatically keep the database in-sync with remote nodes. Developers can write to the device’s database and let SymmetricDS Pro handle the problem of efficiently syncing data.