HI ALL,

I am new to ignite, and I have a few questions to confirm.

1. I want to use ignite to store RDBMS in MEM. Table in RDBMS have many
rows, does ignite store every row as a Java object, like the "Person" object
in docs? And is it the only way to store a row in Ignite?

2. I notice that "Person" class implements Serializable, does it mean every
row record stores in ignite in Serialization format? If so, will the
Serialization degrade the select performance, and the reason for
Serialization?

3. I have store RDBMS in Ignite, can I update specific row record using
UPDATE/DELETE sql statement to alter the table?

Many Thanks!



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Does-ignite-support-UPDATE-DELETE-sql-tp6290.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to