Viewing profile — kfool
kfool
HN member- Joined
- Tue, Sep 22, 2009, 5:41 AM UTC
- HN karma
- 10
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About kfool
No profile information was provided.
Recent public activity
-
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.
-
comment
Comment #3641773
ChronicDB is not only a hosted solution. It also runs locally.
-
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…
-
comment
Comment #3635831
The toolkit documentation reports limitations. What they really needed is ChronicDB http://chronicdb.com
-
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…
- comment
- story
-
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…
- story
- story
-
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?
- story
- story
- story
-
comment
Comment #3365440
Now it's time to bring the idea beyond code Exactly! Try versioning data with ChronicDB: http://chronicdb.com
- comment
-
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…
-
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…
-
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…
-
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…
-
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…
- story
- story
- story
- story