Hi,
I am using .Net Core for client and Server Ignite v2.7.6.

*Create Cache and  configuration*:
-----------------------------------



where cache name is 32 bit guid(e.g:"C091E548-B45A-49B4-B8EC-2CB5E27C7AF6")

*i have created table from sqlline on cache*


after that ,did *insert statement*:
insert into Person(id,name) values(1,"Ram");

where some of table and indexes created at the time of cache configuration.

*persist store*
C:\server\storage\node00-e03ee70f-0903-41db-beb7-190ead503597
where i found two folder for the cache,name as
1.cache-C091E548-B45A-49B4-B8EC-2CB5E27C7AF6
2.cache-SQL_C091E548-B45A-49B4-B8EC-2CB5E27C7AF6_PERSON

recorded inserted successfully in cache,
but write behind is not called/triggering...any configuration/implementation
needed?




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to