Reputation: 746
Does Ignite 2.1 support creation of database views? I see we have table, index creation, etc. I think H2 does support it. I ask because we have plenty right now & want to see if i can do the below,
Currently it looks like item 1 is possible (with limitations which is fine with me)...but item 2 is not..is my understanding true?
I have other cumbersome ways in mind of working around this (like by using continuous query or other event based cache updates, etc)...but being able to support views will make it easier to introduce ignite in our environment without writing a lot of boiler plate code).
What do you guys think?
Upvotes: 0
Views: 131
Reputation: 3017
Ignite doesn't support creating views right now, but here's a ticket for that: https://issues.apache.org/jira/browse/IGNITE-5951
Upvotes: 1