Beyond the Hype: What Retailers Really Want from Tech in 2025 Europe’s biggest retail conference …
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.
Beyond the Hype: What Retailers Really Want from Tech in 2025 Europe’s biggest retail conference …
What a fun week it was for women from across the country who came together …
It’s a wrap for the Jumpmind Team at Shoptalk Spring and we could not have …
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 …
43 percent say handling online order returns in-store is a top challenge, and that increases …
After nearly a century in business, the legendary Canadian fashion retailer is retooling to streamline …
The Solution Addresses Modern Retail Challenges with Innovative Promotions to Captivate Inflation-Weary Shoppers NRF 2024, …
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.
One of the first decisions users come across while setting up SymmetricDS is how many instances of the software need to be installed and where to install them.
Local | Remote |
---|---|
![]() |
![]() |
Single SymmetricDS installation, hosting multiple nodes. | Multiple SymmetricDS installations, hosting single node each. |
Performance
SymmetricDS uses HTTP protocol to send data between nodes and uses JDBC to connect to databases. HTTP is designed to for sending across networks and will perform better than JDBC connections. As a result the maximum performance will be achieved the closer each SymmetricDS node is to its data source. This will provide the best JDBC performance to read and write data from the database and utilizes the HTTP protocol to maximize the transfer of data across a network.
HTTP can also be converted to use HTTPS so that the information is encrypted. JDBC drivers usually do not supply the ability to encrypt the data. This is a big plus for setting up your nodes remotely and taking full advantage of HTTPS to be sure your data is safe.
Local | Remote |
---|---|
![]() |
![]() |
JDBC over network. | HTTP(s) over network. |
Security
By installing a SymmetricDS instance per database the JDBC port of the database can remain behind firewalls. As long as the machine that SymmetricDS is running on can access the database then the only port that needs to be made available to other SymmetricDS nodes is the HTTP or HTTPS port it uses to transfer data. This allows database ports to remain secure.
Local | Remote |
---|---|
![]() |
![]() |
JDBC through firewall. | HTTP through firewall. |
Maintenance
Multiple installations of SymmetricDS will require maintenance to each individual installation for upgrades and patches. However the trade off of security and performance is generally acceptable for the additional time and effort to perform an upgrade. The SymmetricDS team is currently looking into solutions that involve automatic upgrades to all nodes on the network but this is still at the moment in the design phase.
Local | Remote |
---|---|
![]() |
![]() |
Single Maintenance Point. | Multiple Maintenance Points |