What's up with ABsoluteMaybe? Are you still using it. I implemented my own EF storage interface, but after six months the queries started bogging down and I had to kill it. I've been meaning to get it back running.
Your out of the box storage is just a serialized file, right? The whole data set is stored in memory? How does that scale?
Out of the box is just a flat file, yes, which absolutely won't scale over time. I haven't been using the project recently (was out of the .Net world for a bit) but may be using it again soon and with a need for actual production scale. I'd love to chat more about the limits you hit. Ping me at troygoode@gmail.com.
What's up with ABsoluteMaybe? Are you still using it. I implemented my own EF storage interface, but after six months the queries started bogging down and I had to kill it. I've been meaning to get it back running.
Your out of the box storage is just a serialized file, right? The whole data set is stored in memory? How does that scale?