Hacker News new | ask | show | jobs
by shpiel 4489 days ago
What type of database did they use? What type of caching would be desirable? Most modern RDBSes, like Postgre, Oracle, or Microsoft SQL server, have internal LRU caching already implemented. InnoDB tries to store everything in memory.

I wonder if they meant that the default caching was turned off, or that all the queries had "no cache" clauses, or that an additional caching layer (Redis, Memcached) was not implemented?

1 comments

They used markLogic NoSQL store http://blogs.wsj.com/cio/2013/12/03/healthcare-govs-heart-be...

Just for the record, contractor did not wanted to use it and argued the team have no experience with it. Someone in government decided it must be done that way (in spring or summer).

Yeah, a database with an unfamiliar paradigm in a project with late and constantly changing requirements, a major one of "no window shopping" in August, and others through the week before launch, is an obvious recipe for an extra big disaster.

Some people have theorized that Accenture's new role is to quietly replace much of the current code base with their not quite so horrible California exchange code.