Live data from Hacker News

Going for a trot on the Django pony

blog.fluther.com

11–16 of 16 posts

Re: Going for a trot on the Django pony

#11

Earlier quoted context omitted.

I'm excited for that but what I really meant was split/sharded databases, something you need at scale (which Fluther doesn't need...yet). Correct me if I'm wrong but the upcoming multiple database support can't do that. http://en.wikipedia.org/wiki/Shard_(database_architecture) What it seems to support is "Database Routers" which let you implement your own sharding. It's not that you can't do it. It's just that it do…

I can't find a reference to it, but I recall one of the developers mentioning that the current multi-db support lays the ground work necessary for sharding. I would bet that once 1.2 is released at least several reusable apps pop up that implement various sharding/partitioning strategies.

That's the sense I get—that they are laying the framework for more advanced database functionality like sharding.

Re: Going for a trot on the Django pony

#13
post #8

Earlier quoted context omitted.

From personal experience, South is not ready. I end up spending 10x the effort using it than writing a few custom queries to add columns or drop a table.

How well would you say you know South? I felt that way at first but once I got to know South I found it to be much better than custom queries.

About as well as needed for an average user. The problem with it is I don't work within its workflow - and it doesn't nicely deal with mine.

Re: Going for a trot on the Django pony

#14
post #2

One of the poster's "cons" was lack of support for multiple databases. Django 1.2 will have support for multiple databases: http://djangoadvent.com/1.2/multiple-database-support/

So my comment was deleted from the blog but comments in the vein of "Cool story, bro!" are kept? Definitely not a community I want to participate in again.

Re: Going for a trot on the Django pony

#15
post #14
post #2

One of the poster's "cons" was lack of support for multiple databases. Django 1.2 will have support for multiple databases: http://djangoadvent.com/1.2/multiple-database-support/

So my comment was deleted from the blog but comments in the vein of "Cool story, bro!" are kept? Definitely not a community I want to participate in again.

I'm sorry about that. We get a lot of spam comments so I was constantly checking the Wordpress page to approve comments. For some reason a HUGE chunk of them didn't show up until just now. I approved all comments that weren't spam. The ones that were there when your comment wasn't there were people who had commented before and were auto-approved. Again, I'm sorry you felt that way, it was not the intention.

Re: Going for a trot on the Django pony

#16
post #14

Earlier quoted context omitted.

So my comment was deleted from the blog but comments in the vein of "Cool story, bro!" are kept? Definitely not a community I want to participate in again.

I'm sorry about that. We get a lot of spam comments so I was constantly checking the Wordpress page to approve comments. For some reason a HUGE chunk of them didn't show up until just now. I approved all comments that weren't spam. The ones that were there when your comment wasn't there were people who had commented before and were auto-approved. Again, I'm sorry you felt that way, it was not the intention.

Sorry for the misunderstanding
Post reply on HN