Hi, Looks like you're trying to insert the entry with the same key as before. SQL INSERT command doesn't allow to do that(in all DBs). Looks like you need to use UPDATE or UPSERT commands
Evgenii вт, 2 апр. 2019 г. в 10:43, ashishb888 <[email protected]>: > I have a cache, with complex key (3 fields). I am able get/put from/to the > cache. > But when I insert records from SQLLine, the first record goes to the cache, > but any subsequent insert fails > by giving "Error: Duplicate key during INSERT ....(state=23000,code=0)". > > I created cache by CacheConfiguration. > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
