Slashdot Mirror


NYT: Healthcare.gov Project Chaos Due Partly To Unorthodox Database Choice

First time accepted submitter conoviator writes "The NY Times has just published a piece providing more background on the healthcare.gov software project. One interesting aspect: 'Another sore point was the Medicare agency's decision to use database software, from a company called MarkLogic, that managed the data differently from systems by companies like IBM, Microsoft and Oracle. CGI officials argued that it would slow work because it was too unfamiliar. Government officials disagreed, and its configuration remains a serious problem.'" The story does not say that MarkLogic's software is bad in itself, only that the choice meant increased complexity on the project.

65 of 334 comments (clear)

  1. follow the money by ganjadude · · Score: 5, Insightful

    Who owns this company?

    how much do they contribute to XXX???

    There has got to be some reason that this DB that ive never even heard of (and i work with DBs, its not my main point of work but I know my way around DBs) got the gig over the more established players.

    or, perhaps they went with it because it is less known and therefore reduce the risk of known attacks in other DB systems?

    --
    have you seen my sig? there are many others like it but none that are the same
    1. Re:follow the money by Anonymous Coward · · Score: 5, Insightful

      from wikipedia,

      The company’s main product, MarkLogic Server, is an XML based database management server.

      This sentence has basically summed up the entire problem.

    2. Re:follow the money by Desler · · Score: 5, Funny

      They should have just used MongoDB. I hear it's web scale. *ducks*

    3. Re:follow the money by WWWWolf · · Score: 2, Insightful

      Never attribute to malice that which can be explained by incompetence.

      To me, this sounds like a pretty open and shut case of "Hey, I've heard that these 'NoSQL' database thingies are trendy these days. Let's use one of those!"

      There's a difference between using fun, exciting new technologies and learning something new while doing that... and doing a project which stays in schedule and budget, is based on technology you already know thoroughly, and on which people's lives can depend (well, indirectly).

    4. Re:follow the money by Charliemopps · · Score: 2

      WOW! No wonder they're having trouble. This has to be the worst idea for a database I've ever heard of. It definitely explains the problems they've been having.

    5. Re: follow the money by sycodon · · Score: 3, Insightful

      XML soo sucks for db applications.

      --
      When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    6. Re: follow the money by MyDixieWrecked · · Score: 5, Insightful

      I used marklogic when I worked at a previous job and after learning how it worked and understanding it better, it made our jobs incredibly easy. It just had a serious learning curve.

      Marklogic is a nosql db, that uses XML for its object format and xquery for its query language. This thing is NOT mongodb. It actually works really well and allows for complex data modeling with the ability to do joins and have transactional isolation in making changes to the data as well as a really solid content processing framework with pipelining and all that jazz.

      Now, I can't imagine a reason for using marklogic, or any non-relational db for a project like this. The only clue is that marklogic has a lot of government contracts; mostly for the military. So maybe that's why it was used. But the fact that they chose a database system that they weren't experts in for a project that had so much visibility speaks volumes on how mismanaged this whole project was.

      --



      ...spike
      Ewwwwww, coconut...
    7. Re:follow the money by Karl+Cocknozzle · · Score: 2

      http://www.marklogic.com/what-is-marklogic/marklogic-hadoop/

      This seems like the relevant, interesting/crazy part. Whether it's the right choice or not, I leave to more seasons database professionals than myself.

      --
      Who did what now?
    8. Re:follow the money by Anonymous Coward · · Score: 2, Interesting

      Because relational dbs are old and stuff. We don't tie onions to our belts anymore either, grandpa. NoSQL and XML are the future! A hipster I met at Starbucks told me so.

    9. Re: follow the money by uradu · · Score: 2, Insightful

      You're exactly right! I've done tons of "exploratory" coding over the years myself, either using some new techniques or new products, just for the fun of it or to learn something new. But that would always be on small, low visibility projects where the consequences of potential poor performance or other issues would be insignificant. To tread new ground on something so big with national visibility is foolish. You'd want the most well established and known reliable and performant tools and techniques possible. I played around a bit with these object based databases in the early days, and for some uses such as simple dictionary type access to a serialized object they're good. But the query syntax is almost always XPath oriented and less than optimal for complex joins such as you would find in massive systems like this. I guess they've learned their lesson now.

    10. Re: follow the money by Nerdfest · · Score: 4, Insightful

      To me, the fact that it was a major problem is an indicator of bigger problems. With systems like this, the database should be just a simple repository for persisting an retrieving domain models. If they want to do any non-trivial reporting on it the data should be replicated to a reporting repository. Treating the database a a simple persistence repository makes most database operations trivial, and better yet, decouples the database from the business, meaning that if you couldn't even manage the simple operations, replacing the layer is fairly trivial.

      The problem is when people think the database is the starting point for a system, not just a tool to be used to support what your business logic is doing. It sounds like that's what happened here.

    11. Re: follow the money by Chris+Mattern · · Score: 4, Insightful

      In fact, all of those would suck donkey balls. That is because XML, JSON and XQuery are all *data-interchange formats*. Using them to run your database internals is like using a screwdriver as a hammer.

    12. Re:follow the money by Anonymous Coward · · Score: 3, Funny

      Was this hipster drinking coffee or serving it?

    13. Re:follow the money by mlts · · Score: 5, Insightful

      For them, it is a wise choice. It brings job security using a non mainstream RDBMS, which means that the data would take man-years to be migrated to Oracle, DB/2, or even MS SQL server which may not have the horsepower of a SPARC or POWER7 box, but one can always partition and cluster the RDBMS. It also is expensive to keep maintained, so it provides additional job security, as the expertise for this architecture is rare.

      Great win for the contracting company. Big loss for everyone else.

    14. Re:follow the money by Chibi+Merrow · · Score: 4, Interesting

      Also, the Federal Government fscking LOVES XML. Like, a lot. The things I saw in the new "protocols" they're deploying for internatl air-traffic control data stuff... Wow...

      --
      Maxim: People cannot follow directions.
      Increases in truth directly with the length of time spent explaining them
    15. Re:follow the money by PapayaSF · · Score: 5, Insightful

      It definitely explains the problems they've been having.

      But this is only part of it. Check out this diagram. I'm no expert, but look at all the government systems in the upper left that Healthcare.gov is supposed to communicate with, in real time. And on the right, 50 state Medicaid systems. And at the bottom, all the insurance companies. Far, far simpler IT projects have failed. This site will not be ready by the end of the month as promised, and there is a good chance that it will never work as planned.

      --
      Q: What does the "B." in Benoit B. Mandelbrot stand for? A: Benoit B. Mandelbrot
    16. Re:follow the money by Anonymous Coward · · Score: 2, Informative

      And NOBODY understands it! (if you don't believe me, try extracting useful information out of SEC EDGAR). The best I've seen so far just extracts tags using regular expressions.... not actual XML parsing.

    17. Re:follow the money by I'm+New+Around+Here · · Score: 2

      Did you notice the box in the lower right that shows they have a plan to manage the serfs?

      Where do they come up with these things?

      --
      If you think I voted for Trump because of this post, you're wrong. I voted for Dr. Jill Stein of the Green Party. Again.
    18. Re: follow the money by Aryden · · Score: 4, Insightful

      The reason we are control freaks is because when some moron wants to make a change and breaks the whole system, we are the ones that catch the blame and have to try to fix it if we don't get shit canned for it. You ever tried to re-key millions of records across hundreds of tables? You ever had to spend 3 days restoring db's from backup and having a site outage for 3 days because of it?

    19. Re:follow the money by killkillkill · · Score: 4, Funny

      XML is like violence. If it doesn't solve your problems you are not using enough of it.

      I'm starting to think that saying came from the government.

    20. Re:follow the money by cascadingstylesheet · · Score: 2

      Who owns this company?

      how much do they contribute to XXX???

      "XXX"?

      You mean "Obama and other democrats", right? Because this system is their baby.

      It's no mystery who "XXX" is; no need for a variable.

      I've noticed a Responsibility Diffusion Field around this whole thing ...

    21. Re:follow the money by artor3 · · Score: 4, Interesting

      The chart's hosted on the National Republican Congressional Committee's website. I would take it with a heaping tablespoon of salt, if I were you. It's say to say that chart was designed to look as scary and confusing as possible.

    22. Re:follow the money by BlueStrat · · Score: 4, Informative

      I'm guessing they were lowest bid.

      Bids? What bids?

      There was no bidding.

      http://nypost.com/2013/11/01/obama-donors-firm-hired-to-fix-web-mess-it-helped-make/

      ----
      "WASHINGTON â" A tech firm linked to a campaign-donor crony of President Obama not only got the job to help build the federal health-insurance Web site â" but also is getting paid to fix it.

      Anthony Welters, a top campaign bundler for Obama and frequent White House guest, is the executive vice president of UnitedHealth Group, which owns the software company now at the center of the ObamaCare Web-site fiasco.

      UnitedHealth Group subsidiary Quality Software Services Inc. (QSSI), which built the data hub for the ObamaCare system, has been named the new general contractor in charge of repairing the glitch-plagued HealthCare.gov.

      Welters and his wife, Beatrice, have shoveled piles of cash into Obamaâ(TM)s campaign coffers and Âapparently reaped the rewards.

      Beatrice Welters bundled donations totaling between $200,000 and $500,000 for Obamaâ(TM)s campaign during the 2008 election Âcycle, according to campaign- Âfinance data compiled by Center for Responsive Politics.

      SICK CALL: Obama bundler Anthony Weltersâ(TM) firm owns the company picked to repair the health Web site.

      The couple then became top donors for Obamaâ(TM)s inauguration festivities, kicking in $100,000 out of their own pockets and bundling another $300,000 from friends and business associates, according to the center.

      The investments quickly paid off for Beatrice Welters. The Obama administration tapped her in 2009 for the plum job of US ambassador to Trinidad and Tobago, which she held through last November.

      The couple have been frequent guests at the White House.

      Visitors logs show at least a dozen visits between the two by the end of 2012, the most recent information available.

      The entire Welters family has gotten into the donation game.

      The Welters, along with their sons, Andrew and Bryant, have contributed more than $258,000 to mostly Democratic candidates and committees since 2007.

      Whatâ(TM)s more, UnitedHealth Group is one of the largest health-insurance companies in the country and spent millions lobbying for ObamaCare.

      The insurance giantâ(TM)s purchase of QSSI in 2012 raised eyebrows on Capitol Hill, but the tech firm nevertheless kept the job of building the data hub for the ObamaCare Web site where consumers buy the new mandatory health- Âinsurance plans.

      QSSI has been paid an estimated $150 million so far, but officials couldnâ(TM)t say how much more the company might collect on the Ârepair contract.

      By all accounts, the data hub has run smoothly while many other components of the Web site have failed.

      Meanwhile, tempers flared among Obamaâ(TM)s Democratic allies over the disastrous rollout of the presidentâ(TM)s signature initiative.

      âoeIâ(TM)m extraordinarily frustrated,â said Sen. Jeff Merkley (D-Ore.) Âafter top Obama-administration officials gave Senate Democrats a private briefing on the state of the Web-site repairs.

      He said they were losing confidence the site could be quickly fixed.

      âoeI donâ(TM)t think thereâ(TM)s confidence by anyone in the room. This is more of a show-me moment,â said Merkley."
      ----

      This thing was never meant to function in any event. They didn't pay attention to the details because they didn't matter.

      It was designed to fail so that the "Holy Grail" of single-payer government-run healthcare could be rolled out as a "fix". As a bonus, they get to hand a big bag of taxpayer's money to their "bag-man".

      Just watch. Single-payer will be the "fix" insisted upon.

      At least we won't have so many foreigners coming to the US for our excellent health care any more.

      Strat

      --
      Progressivism (aka US 'Liberalism'): Ideas so good they need a police/surveillance-state to enforce.
    23. Re:follow the money by Lord+Crc · · Score: 4, Funny

      They should have just used MongoDB. I hear it's web scale.

      Web scale or not, I have no idea. But I do think they've got the best bug report ever in their tracker.

    24. Re: follow the money by Aryden · · Score: 4, Insightful
      Changes to production that pass QA can still break the system once they are in the wild and every instance of execution begins. Additionally, not every change that goes into production in all instances goes through the DBA especially when there isn't a schema change. A dipshit writes an app that works fine in QA, migrates to production, due to a difference in version he didn't pay attention to, he overwrites 5 million records. It really does actually happen in the real world and they ( many companies) don't bother consulting the experts until it's already fucked up.

      Three days restoring is too long too. Unless your server is remote and upstream is super slow.

      This is becoming more commonplace as companies are outsourcing or contracting out their admins and development.

      But none of these things should give you permission to be a control freak. You are responsible for keeping the databases up, yes. But you are not responsible for everything that happens to them. Sometimes your dbs just get screwed up and you'll have to fix it. Just like sometimes business wants things done to the site/app that will totally jack up the fung shui i had going on in code. Nobody is purposefully trying to screw anyone over. We all want the business to grow and succeed. People make mistakes and shit happens. There's no need to also be an ass to each other on top of it all.

      You'd think that, but when it's your job on the line because fucktards in management have 0 clue and assume that because it has something to do with the database and you are the admin, it's your fault. And having been subject to intentional sabotage, and seeing it done numerous times, it exists and happens.

    25. Re:follow the money by dmcassel · · Score: 2
      It's actually really fast. The XML is indexed on ingest and many queries are answered just from the indexes.

      Why would anyone design such a product? Why would anyone buy such a product?

      Because for many kinds of data, once I became familiar with MarkLogic I found I could build complex applications more rapidly than I could with relational technologies. It scales out, it's schema agnostic, and it's ACID compliant. It has HA/DR features and a robust security model. Customers buy it because it solves their problems. For anyone interested in learning a bit about MarkLogic, the Enterprise NoSQL page is a good place to start. Disclaimer: MarkLogic employee.

    26. Re: follow the money by Unordained · · Score: 3, Interesting

      For those wondering about the link between MUMPS and government healthcare, my vague recollections from years ago when I worked as a developer for health + insurance software: the old MUMPS language included its own looks-like-all-in-memory database system (essentially just a recursive map of string to object, either a value or another map -- the JSON comparison is fair) which made serialization simple. The language got used to build some early health IT systems, including the one for the VA (VistA) and its IHS derivative (RPMS). That stuff's available for free, by the way, through FOIA. The projects have sufficient inertia that they still use the same data-store (at least at the API level). InterSystems Caché, for example, is a MUMPS-compatible database with some relational features (and SQL parsing) thrown on top. They bill themselves as post-relational, but yeah, it's a network database pretending to be a relational database.
      It kind of makes sense to continue using network databases for health data -- in a privacy-conscious world, it's not insane to isolate patient data into a document-oriented storage system, because you're not planning to relate data willy-nilly. We were somewhat frustrated that the HL7 interchange format tended to assume things were hierarchical, where we had seen potential graphs and coded for them -- but nobody wanted our better-related data. They prefer to re-enter the data in each place, and prevent things from being synchronized -- it protects the data from unexpected changes. So if all the systems and agencies you're integrating with have this attitude anyway, and you're constantly worried about data-interchange, I can see how you might come to the conclusion that a document-oriented, XML-backed storage engine would be a good idea.

    27. Re:follow the money by BlueStrat · · Score: 2

      Yes, we're talking about huge players and huge deals.

      No, we're talking about an Obama campaign contribution bundler getting a sweet payback at taxpayer expense to create something that's not designed to work in the first place. Not that that kind of thing is out of character for this administration [cough]rape-A-scan[cough].

      But I'll take your bet that this is all a conspiracy to bring about single-payer healthcare. You've made a prediction, now we'll sit back and observe you being wrong.

      What conspiracy? It's no secret. Here's one of the architects of Obamacare openly stating it, in a manner and tone suggesting that anyone would be stupid to NOT believe Obamacare is a path to single-payer government health care.

      Jacob Hacker, The Architect of ObamaCare and the Public Option in making his case, admits that this idea is a covert route to a Single Payer System.

      http://youtu.be/3sTfZJBYo1I

      Sorry, but the facts seem to be in conflict with your world-view. I'll take facts over hand-waving, thanks all the same.

      Strat

      --
      Progressivism (aka US 'Liberalism'): Ideas so good they need a police/surveillance-state to enforce.
  2. Noobs? by Anonymous Coward · · Score: 5, Insightful

    FTA: "An initial assessment identified more than 600 hardware and software defects — 'the longest list anybody had ever seen,' one person involved with the project said. "

    Strikes me as none of these people seemed to have ever worked on large projects before.

    1. Re:Noobs? by Anonymous Coward · · Score: 3, Funny

      You don't understand. That's not "600 bugs in the software" that they are talking about. "Thousands of bugs in software" is just one of 600 items that was a defect. Others included "Not enough servers", "Data connection to limited in capacity and speed", and apparently "No hablo espanol".

    2. Re:Noobs? by larry+bagina · · Score: 3, Insightful

      I counted 279 defects. (60 in the senate, 219 in the HoR). Had but 1 in the senate or 4 in the house been fixed, all this would have been averted. My kingdom for a horse, indeed.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

  3. NIH syndrome by Gothmolly · · Score: 4, Insightful

    You could take a handful of proven DB technologies such as Oracle/DB/MSSQL, throw a web (Apache/IIS) and app (.Net/WAS/Jboss) front end to it, and it would work. Why did these guys fuck up the whole thing? It's like the scene in The Fountainhead when the second-rate architects smash up the plans and add their own stuff, "to express their own individuality". This could have been a solved problem - hell, it WAS a solved problem.

    --
    I want to delete my account but Slashdot doesn't allow it.
    1. Re:NIH syndrome by Okian+Warrior · · Score: 5, Insightful

      Why did these guys fuck up the whole thing?

      All actions by Federal government players seem rational when viewed from their point of view.

      The problem with most analysis, here or on other sites across the web, is in the assumptions. Specifically, if you assume that the government actions are for some benefit to the people, or efficiently completes some task (which is assumed to benefit the people), then nothing they do makes sense. That assumption makes for good outrage which can attract readers, but it doesn't answer the question of "why".

      When government actions are viewed in light of more obvious motivations, everything it does makes sense. You start to see them not as an pack of incompetent, bureaucratic screw-ups, but as a self-sustaining, self-absorbed, engine of corruption.

      I'm not aware of *anything* the federal government's done in the past two decades that's been in the interests of the people. All the useful stuff, the stuff you would want to keep across a reboot, was several decades ago.

      I don't know the specifics of why an obscure database was chosen over the obvious players, but the reason wasn't "best utility for the people". Look for another reason.

    2. Re:NIH syndrome by jythie · · Score: 5, Insightful

      Sad thing is, much of the behavior one sees out of federal contracts is due to taxpayer groups demanding anti-corruption measures. A great deal of the bureaucracy comes directly from people complaining about waste and demanding a complex audible process.

      I would actually put forward that the problem is not the government, our government is pathetically weak in many ways. The problem are all the private groups flexing their muscles and making the government dance. Most of the people I have worked with on these kinds of projects are good people who just want to get stuff done, but they are weighted down by a nearly impossible set of requirements, many of which are mutually exclusive, dropped on them by outside groups who mainly are interested in showing off their power to their own people and have no investment in the project itself being successful.... and often have an active interest in the project failing since they can always use that as fuel for more personal power.

    3. Re:NIH syndrome by MightyMartian · · Score: 2

      Can someone explain to me how, for a project like setting up exchanges for Obamacare, NoSQL database systems is a rational choice? There are SQL-based systems like Oracle and MSSQL that can certainly handle recordsets of that size,and with that level of activity, and give you dialects of SQL sufficiently close to the norm that anybody with a reasonable level of RDBMS experience should be able work with it.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    4. Re:NIH syndrome by ultranova · · Score: 2

      Can someone explain to me how, for a project like setting up exchanges for Obamacare, NoSQL database systems is a rational choice?

      Well, the obvious answer is that someone involved has goals other than the site succeeding, such as lining their pockets or even outright sabotage. After the government shutdown fiasco, the latter sadly can't be ruled out; the US is basically at Civil Cold War at this point.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  4. MarkLogic = NoSQL by NeverWorker1 · · Score: 4, Interesting

    A little googling turns up that MarkLogic's offering is NoSQL. Without getting into the whole SQL/NoSQL debate, I can't help but noting that this is clearly relational data with a fairly limited number of records (clearly there can't be more than 300M people listed) and for which ACID is (or should be) a major concern.

    1. Re:MarkLogic = NoSQL by Anonymous Coward · · Score: 5, Interesting

      A customer at work has a MarkLogic database. I don't know what version it is, but I assure you IT IS HORRIBLE. It's like... an XML database or some shit. Just awful, and extremely confusing to use.

      A couple years ago I was asked to do automatic database backups. The only documentation I could find for backing up the database requires logging into a web interface I had no idea existed on an obscure port and clicking a backup button. I literally had to write a perl script to fake a browser and do this just so they could get a database dump.

      Do not use this product. Please.

    2. Re:MarkLogic = NoSQL by Anonymous Coward · · Score: 2, Funny

      They should have used MongoDB, because MongoDB is webscale.

    3. Re: MarkLogic = NoSQL by MyDixieWrecked · · Score: 4, Interesting

      Marklogic, afaik, is the only acid compliant nosql solution that exists.

      --



      ...spike
      Ewwwwww, coconut...
    4. Re:MarkLogic = NoSQL by gmuslera · · Score: 3, Informative

      Google and Facebook seem to be doing pretty well having that order of users. Facebook even uses simple mysql replication and their pool scanner. And health system is not a social network, there is no so much connection between different users.

    5. Re: MarkLogic = NoSQL by xaxa · · Score: 2

      Marklogic, afaik, is the only acid compliant nosql solution that exists.

      Neo4j is an ACID-compliant graph database (so it's NoSQL, but that word is a bit pointless).

      It's also the most useful non-relational DBMS: relationships become first-order entities, having a type and properties.

      http://www.neo4j.org/

  5. Blow to NoSQL movement by ilsaloving · · Score: 4, Insightful

    And here is a fantastic example of what happens when hype trumps common sense. NoSQL is the new hawtness, and apparently the dumbasses running the project wanted to be part of that. Now MarkLogic, and NoSQL in general, will have a massive blow to their reputations, and it's unknown how badly this will hurt them.

    As someone who has done databases for a long time, I have very little respect for NoSQL, but that is mostly because everyone keeps trumpeting it as a killer of traditional databases. There are scenarios where NoSQL systems are an ideal fit. However, NONE of those scenarios require data to be very reliably stored in a guaranteed and predictable way.

    If you don't get your tweets or your friends facebook posts as soon as they are posted, no one will really care. But for something as truly important as health insurance coverage? Are you f__king kidding me? And that's just from a reliability standpoint. Nevermind the fact that NoSQL is currently at the wild west stage where nobody is compatible with anybody else, there is nothing resembling a standard set of APIs between products, making it very difficult to develop expertise.

    Sounds like the Gov was just begging for problems.

    1. Re:Blow to NoSQL movement by Anonymous Coward · · Score: 2, Interesting

      The agency imposing their "unconventional" choice of DB, and this sentence:

      "They ordered CGI technicians to drive from their offices near Dulles International Airport in Virginia to the agency headquarters near Baltimore to review their code with government supervisors."

      sum up everything that went wrong.

      Basically you had a bunch of arrogant idiots who thought themselves experts (which they may well be, _in the healthcare domain_) who not only ignored the views of the _software/IT_ experts ("technician" my a**, senior software engineer, more like), who they saw as plebes, but proceeded to question their work.

      When will those guys realize that software developers are not blue collar workers?

      That they went for the usual bigco contractors and their hordes of yes-men certainly didn't help.

    2. Re:Blow to NoSQL movement by Anonymous Coward · · Score: 2, Insightful

      NoSQL predates SQL because we were storing stuff back then to. Relational databases are nice for consistency, but you sacrifice a lot of control and speed improvements for that consistency. A good NoSQL database and a good NoSQL programmer will always outperform SQL based applications. However, it means you need to have programmers capable of operating at that level AND you need to have solid strongly enforced conventions.

      I also think that you are largely misreading the problem. Being able to get a quote and select your insurance isn't a strongly time sensitive endeavor. Really, most of the information you need is static. And as soon as you put data into a properly configured NoSQL database it should be available everywhere. There really shouldn't be race conditions of import for this sort of system. The system essentially asks you a few questions. You give it those answers and it returns a set from which you pick. After agreeing to some conditions you submit and are done; at least, that seems like the best thing.

      I honestly think either platform, configured correctly, would work. And I program in a NoSQL database that predates C. Not C++, Not C#. I mean C. This kind of system scales just fine when you build indices and if your NoSQL database presents the right tools. I don't know anything about MarkLogic; but would you judge C by how a programmer operates in whitespace?

      If you think NoSQL can't or doesn't perform in high risk environments, think again:
      http://robtweed.wordpress.com/2012/10/21/mumps-the-universal-nosql-database/

    3. Re:Blow to NoSQL movement by anon+mouse-cow-aard · · Score: 3, Insightful

      Why do people insist that NoSQL means losing data and inconsistency? What you are losing with NoSQL real-time consistency horizontally across large number of instances spread over multiple data centres. When you are doing a transaction, and it should be "eventually consistent." meaning on the order of minutes. So if someone, somewhere else, who you do not know about and are not interacting with asks about your data, it might be a few minutes old. ACID makes it so that random person will get an upto the milli-second accurate answer. That makes transactions orders of magnitude slower, and much more complicated to scale. When you relax that constraint and let the people doing the transactions (the person, and the providers they are dealing with) get the right answer immediately, but just post the transaction so that the backups etc... get informed in due course, you gain much simpler scaling. The choice of NoSQL vs. SQL is not about the importance of the transaction. It is about application scaling and design, and the biases (tastes?) of the team doing the work.

    4. Re:Blow to NoSQL movement by Assmasher · · Score: 4, Interesting

      I ran into this recently at a company whose new head of engineering was talking to me (an outsider) about the technology problem they had to solve and I thought it sounded very traditional and simple except they'd need to carefully plan for horizontal scaling.

      Basically a potentially huge number of devices (in the range of millions) would be reporting in periodic data that had to be stored and potentially evaluated in real-time. The data was quite easily swim laned by geolocation and the data had no appreciable inter-related significance. So basically, one piece of data from one device had nothing to do with any other device's information except in the general sense that can come from a more heuristic correlation of their data.

      I should mention that the new engineering head and I had already (together) handle a situation very similar to this at a previously successful software company.

      Well, the new engineering head had inherited an external architect who had different ideas. All of these different ideas involved things like Cassandra over Hadoop, AMP/Spark, BDAS. He showed me a diagram of the technologies he wanted to integrate and I'd never heard of almost half of them (and I deal with scaling issues all the time), this diagram had about 15 different technologies stacked together. It was crazy - all to solve a relatively simple data volume problem.

      Almost needless to say, I advised otherwise, and afaik they're going the bid data way because it will make it easier for them to pull in VC money since shockingly few VC's actually evaluate technology before they put money in (I do this for VCs also, and other VCs wonder how I get paid to do this, lol.)

      --
      Loading...
    5. Re:Blow to NoSQL movement by Anne+Thwacks · · Score: 3

      I once worked with a major multinational who did government contracts all the time. They said the exact same things (but you failed to mention the brown envelopes filled with banknotes).

      --
      Sent from my ASR33 using ASCII
  6. MarkLogic is an XML repository, not a RDBMS by CyberLeader · · Score: 5, Interesting

    "Some people, when confronted with a problem, think 'I know, I'll use XML.' Now they have two problems."

    -JWZ

    MarkLogic is an XML database, not a relational database, so if your data primarily consists of XML content then it's the right tool for the job. Sounds like the vendor building the system had a favorite hammer and decided that a rather traditional database problem looked like a nail.

    MarkLogic itself is fine if your data fits neatly into an XML schema, but with healthcare.gov that tree is probably enormous and hard to optimize for DB activity.

    --

    Software Shouldn't Suck

    E-mail: frank at jacquette dot spamless com (remove the spamless!)

    1. Re:MarkLogic is an XML repository, not a RDBMS by Tailhook · · Score: 4, Insightful

      Sounds like the vendor building the system had a favorite hammer and decided that a rather traditional database problem looked like a nail.

      It was the Medicare folks that imposed MarkLogic over the objections of the prime contractor. Calling Medicare a "vendor" is a bit of a stretch. Like non-IT staff calling themselves "customers" of IT in a corporation, as if they have a choice of IT departments.

      Another sore point was the Medicare agency’s decision to use database software, from a company called MarkLogic, that managed the data differently from systems by companies like IBM, Microsoft and Oracle. CGI officials argued that it would slow work because it was too unfamiliar. Government officials disagreed, and its configuration remains a serious problem.

      The CGI argument was that it would slow work. I have absolutely no doubt about that. Every NoSQL system is it's own distinct thing with unique APIs, protocols, conventions, quirks, etc. This is fine when you are dealing with a limited group of good developers that can be expected to rapidly climb a learning curve. This is not fine when you are the top contractor in a herd of contractors, populated by a vast number of mediocre programmers that last learned anything new in the late 90's.

      In that case the correct choice is to select the most ubiquitous technologies. A boutique NoSQL XML-base is not appropriate, even if it is excellent, which MarkLogic may be. I don't know. I just know CGI was 100% correct in objecting to it. CGI's fault in this case was its failure to win that argument.

      Not that it matters much. The project was doomed in any case — political agenda driving pie-in-the-sky requirements using crony contracting — Fucked at birth, as they say.

      --
      Maw! Fire up the karma burner!
  7. Re:Stop with the excuses. by Anonymous Coward · · Score: 2, Informative

    It was designed from the start to pave the way for single payer health care.

  8. Re:Stop with the excuses. by DarkOx · · Score: 5, Insightful

    Bullshit. Since the law has been passed almost the entire implementation has been up to the administration. Which in case you had not noticed is lead by partisans in favor of the affordable care act.

    If the GOP can be accused of anything material in terms of interfering with the implementation it would preventing the law from being amended, and if it needs amending there is your proof it was bad law to begin with. Sorry Obama owns this and really HE owns it not even the larger DNC as its HIS branch of government that has been responsible for implementation from the moment HE signed the thing.

    *IF* it fails its either because it was unworkable in the first place as written and should not have been enacted or because the Obama administration failed to execute. Those are really the only honest high level conclusions.

    The argument well because they had to pass the Senate bill as is it did not get the usual fixes and tweaking is why its got so many problems is also bogus. They had to pass the Senate bill by abusing the budget reconciliation process to deny the minority party in the House at the time its rights; they knew if usual procedures were followed it would never have become law. So again it either should not have been enacted or the administration has failed to execute.

    --
    Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
  9. Open Source by Murdoch5 · · Score: 2

    Why not just use MySQL, MongoDB or MariaDB? At least use a database system that has good support, an easy learning curve and loads of followers. That beings said, proper testing would easily of mitigated this entire issue.

    1. Re:Open Source by NeverWorker1 · · Score: 4, Insightful

      Because Postgres exists.

  10. Re:Taxes... by Bengie · · Score: 4, Insightful

    The "47%" that people keep talking about are almost entirely retirees, adults going to full time college, or the disabled. The largest portion of the group are the retired people. Are you saying that people who have worked their whole like and are now retired, should not have a say in taxes?

  11. Re:Taxes... by Fwipp · · Score: 4, Informative

    Also the working poor - 47% pay no _income_ tax, but more than half of those people do pay payroll taxes, and even many those who don't (after deductions) still work.

    They also pay sales tax, property tax, etc etc.

  12. US Federal Government Systems Projects by vrhino · · Score: 5, Interesting

    I worked as a contractor developing a system at FDA. It lasted for 5 years. Inside the Beltway, it's pretty much the same all over. Dysfunctional communications and ridiculous breakdown of authority not corresponding to lines of management. No accountability. Project management requirements that have never been followed by any project. No commitment to the output of requirements gathering. No requirements change control. No performance engineering. Inadequate testing. No acceptance process by the government. IT groups with oversight for contractor output that have never written a line of code. All in all, pretty sick and ugly. Prior to my project there were 5 failed attempts. My project followed PMI practices, worked them hard and succeeded.

  13. Re:Taxes... by Dereck1701 · · Score: 3, Informative

    Sorry to break it to you but that "statistic" is a bunch of BS. Everyone in the US pays taxes of some sort. I'm not particularly high on the tax scale (about $36k a year) and I estimate that i pay at least 30% of my income in local, state, federal and specific taxes (sales, gas, property, vehicle, etc). MAYBE some very poor (or very rich) people can avoid some of those taxes but EVERYONE pays at least a few of them.

  14. Unnecessary complexity is actually bad in itself by JoeyRox · · Score: 2

    From the summary:

    "The story does not say that MarkLogic's software is bad in itself, only that the choice meant increased complexity on the project."

    Unless that complexity was necessary to solve a problem, then it is in fact bad.

  15. Auth problem - Oracle Identity Manager by mveloso · · Score: 2

    We were looking at what we could figure out about the architecture of healthcare.gov, and one problem is that it looks like it's using Oracle Identity Manager to manage the permissions of what users can/can't see. That means that OIM is burned in - and it's probably brutally slow, since every time you need to check a permission you go through OIM.

    I'm not positive that's the case, but it fits given what pieces of the architecture I've seen. It would also explain why the system doesn't perform - permissions checking is always brutal, especially if you don't cache them. Caching permissions has more issues.

  16. It is not the tool, stupid by Cr8zyguy · · Score: 3, Interesting

    It is NEVER the tool, but who and why it was chosen.

    Furthermore, MarkLogic is a legitimate NoSQL vendor with strong ACID.

    So the question is "how does MarLogic screw up the site", without the answer to that question, we should all refrain from pointing finger to merely a small piece in a huge software project.

    NoSQL is NOT the new hotness, it's been out there for at least 5 years and many successful projects are using them, so for the ones that things NOSQL shouldn't be used, wake up and breath some fresh air.

  17. International incident in the making by DaveAtFraud · · Score: 3, Insightful

    But how would a traditional relational database scale to the 1 billion, or 1,000 billion users, huh? Did you think about the need to future-proof the application?

    Current population of the U.S. is a little over 300 million. That includes children, people who have company provided health insurance, etc. who don't need to access HealthCare.gov so that the number of users of HealthCare.gov is expected to be about 30 to 45 million people.

    The only way HealthCare.gov would need to support 1 billion or more users would be if we inflicted it on the China or India. That could lead to war or poor technical support and customer service. Although the later does raise an intereting question of who does someone at a call center call when they need technical support? Likewise, the population of the planet is between 7 and 8 billion. For the 1,000 billion users are you planning on also providing health insurance to E.T?

    Cheers,
    Dave

    --
    They that can give up essential liberty to obtain a little temporary safety deserve neither safety nor liberty.
    Ben
  18. No. by mosb1000 · · Score: 2

    The problem is this:

    CGI officials argued that it would slow work because it was too unfamiliar. Government officials disagreed, and its configuration remains a serious problem.

    Government officials like issuing "cost plus" contracts because they allow them to remain in control of the work while not doing any of it themselves. They probably wanted to use it because they had used it in other projects in the past. If the'd just issued a fixed pice contract and said "get it done" the contractor would have selected a database they know and everything would have been much easier for them.

  19. Re:Stop with the excuses. by Assmasher · · Score: 2

    Attempting to sabotage it maybe, succeeding no. There was never even so much as a stay issued, as far as I am aware, preventing the administration from getting started on implementation

    Sorry, but even as an independent I would have to disagree with that. The statute provided monies for states to create their exchanges, there was no stipulated money to fund a federal exchange because it was entirely expected that states would want to control this themselves.

    Suddenly GOP led states started saying "we're not building that" which makes absolutely zero sense except as a political stratagem to sabotage the process. You should note that the only two non-GOP states to leave the burden entirely to the feds are Montana and Missouri. Montana wasn't able to build their own because the GOP controlled legislature killed the governor's attempt to begin designing the exchange. Missouri is doing this for EXACTLY the same reasons.

    The ambiguity over how many states the federal system would have to account for apparently hampered the setting of specifications (it would seem that most states needed custom integration bridges into the federal system) and severely impact the costs and complexity of the project (which was funded through means other than the bill.) It was always the goal of the statute that as many states as possible would manage their own exchanges - it was clearly not expected that the GOP would directly urge Republican led states to add their load the the federal exchange out of spite for the ACA. The irony is that this is the GOP asking states to give up authority to the federal government, lol.

    You'll note that the states that did build their exchanges with the federal monies set aside for them seem to be doing ok, many of them exceeding their target roll-out goals.

    It's also kind of silly to argue that GOP opposition hasn't made it more difficult and complicated to build, roll out, and run Healthcare.gov, I mean, simply ask yourself - "Would the healthcare.gov rollout gone better or worse with support from the GOP?"

    The GOP is clearly doing everything in its power to have the federal exchange fail, and "doing everything in their power" doesn't mean just sitting quietly as you seem to suggest, it is actively sabotaging the funding and the process.

    As for Democrats, apparently they ...couldn't build anything other than a good case of hemorrhoids.

    BTW, totally agree with you regarding the 17th amendment - states lost virtually all of their ability to be effectively represented when this happened.

    --
    Loading...
  20. Nothing wrong with the tech. by BaronM · · Score: 3, Interesting

    I've used it, personally, to implement a public-facing website. That site endured the dreaded 'slashdot effect' several times. No failures.

    When implemented properly, Marklogic is damn near unkillable. It will slow down, it will reject connections when queues are full, but it will not fall over. Naturally, this assumes proper underpinnings and capacity calculations. With Marklogic, those are actually documented.

    Mandatory disclosure: I do not have and have never had any association with Marklogic other than a paying customer.