Live data from Hacker News

Viewing profile — kfool

kfool

HN member
Joined
Tue, Sep 22, 2009, 5:41 AM UTC
HN karma
10
Public activity
52 items

About kfool

No profile information was provided.

Recent public activity

  1. comment
    Comment #3917315

    - schema. Maintaining schema and dependencies is hell on all but a small system When you have the tools you have the power.

  2. comment
    Comment #3641773

    ChronicDB is not only a hosted solution. It also runs locally.

  3. comment
    Comment #3641771

    Sorry for not disclosing I work on ChronicDB. The author of the 6b article kindly provided more information about the time it took for the migration: http://news.ycombinator.com/it…

  4. comment
    Comment #3635831

    The toolkit documentation reports limitations. What they really needed is ChronicDB http://chronicdb.com

  5. comment
    Comment #3628689

    NoSQL does not support flexibility of schema change. http://chronicdb.com/blogs/nosql_is_technologically_inferior... . Flexibility of schema definition and flexibility of schema ch…

  6. comment
  7. story
  8. comment
    Comment #3588416

    The issue is not performance. The issue is backward compatibility. ALTER TABLE performance will eventually improve. PostgreSQL 9.1 lifts-off the lock-up limitation. But what a perf…

  9. story
  10. story
  11. comment
    Comment #3466572

    Which part of the Slicehost to Rackspace migration required the additional time that had not been invested? Also, what do BCC and AR refer to?

  12. story
  13. story
  14. story
  15. comment
    Comment #3365440

    Now it's time to bring the idea beyond code Exactly! Try versioning data with ChronicDB: http://chronicdb.com

  16. comment
  17. comment
    Comment #3350413

    Referential integrity is to databases what pointers are to code. You definitely need it. What's worse than migrations? Being unable to turn an application off, since it uses the ol…

  18. comment
    Comment #3253885

    Version data, like source code. $ chd version mydb $ chd revert -d mydb Neither replication nor backups protect from accidentally deleting data. And restoring from binary logs requ…

  19. comment
    Comment #3223141

    Not always. An app requiring non-trivial SQL can be an indication of a problem requiring non-trivial workflows. If the problem is complex, you want to model relations, not ignore t…

  20. comment
    Comment #3203417

    > "because of the schema-less models." > "I find migrations painful and unnecessary." A schema-less model neither makes a migration less painful nor eliminates it. In MongoDB, what…

  21. comment
    Comment #3203034

    (Disclaimer: I work on ChronicDB) I second that: schema-less is misunderstood. There's a difference between flexibility of schema definition and flexibility of schema change[1]. Fl…

  22. story
  23. story
  24. story
  25. story