I have used Informix DB before. In Informix string comparisons such as - SELECT * from Person where fName = "ABC";
return rows even if the column value has trailing spaces. The Informix engine internally trims strings before comparison. It would be great if a similar feature could be added to Ignite because performing TRIM() in every create or update scenario will be expensive from an application point of view. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
