org.jumpmind.symmetric.service.impl.statistic-service-sql.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of symmetric-ds Show documentation
Show all versions of symmetric-ds Show documentation
SymmetricDS is an open source database synchronization solution. It is platform-independent,
web-enabled, and database-agnostic. SymmetricDS was first built to replicate changes between 'retail store'
databases and ad centralized 'corporate' database.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd" default-lazy-init="true"> <util:map id="statisticServiceSql"> <entry key="insertChannelStatsSql"> <value><![CDATA[ insert into $[sym.sync.table.prefix]_node_host_channel_stats (node_id, host_name, channel_id, start_time, end_time, data_routed, data_unrouted, data_event_inserted, data_extracted, data_bytes_extracted, data_extracted_errors, data_sent, data_bytes_sent, data_sent_errors, data_loaded, data_bytes_loaded, data_loaded_errors) values(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) ]]></value> </entry> </util:map> </beans>