I'm building a viewer showing huge runtime data in to charts. I'm planning to have a database to maintain this data. So there will be 2 separate applications reading and writing into that database. So in case of Reader, I'm looking for a way to read from database continuously as there will be continuous writing going on. Question 1 - Can I have something like a stream, the way we read file or console o/p, etc.? I'm here looking for embedded databases as i don't need to store data forever; just till the application is running. Question 2 - Any suggestion on embedded database which can handle millions of records and provide better retrieval performance.
Thanks, Vrushali.