Hello! What Cache Store implementation are you using, and which are its settings?
Regards, -- Ilya Kasnacheev ср, 16 янв. 2019 г. в 21:43, shivakumar <[email protected]>: > Hi > i am trying to use hive as 3rd party persistence store and enabled write > behind and i set these cache configurations using spring xml > <property name="writeThrough" value="true"/> > <property name="WriteBehindEnabled" value="true"/> > <property name="WriteBehindFlushFrequency" > value="5000"/> > <property name="WriteBehindBatchSize" value="20480"/> > <property name="WriteBehindFlushSize" value="0"/> > every 5000ms interval ignite updating only one recored/one row in hive, > even > i ingested around 2000 records of data to ignite. > why all 2000 records of data not going into hive when it hits 5000ms > Flushfrequency time interval ? > is there any other parameter which affect these persistence store update. > any suggestions are appreciated! > thanks > > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
