Earlier quoted context omitted.
And I recall the last time I looked at the source (when it was released with Arc), it didn't use a database either. All the data is stored as files.
Files???? That's a joke right???
HN will be down Saturday morning while we switch servers
21–30 of 129 posts
Re: HN will be down Saturday morning while we switch servers
#22Does all of HN run on one single server?
Re: HN will be down Saturday morning while we switch servers
#23It's Friday night. My favorite band ( http://www.theanatomyoffrank.com/music ) is playing a house show in my town, which is the best kind of show because it's BYOB. Then, my best friend from Texas is in town for the night, and we're meeting up. I'm definitely going to go tear it up and create some memories. And yet..... all I can think of is to stay up all night creating a "replacement HN" just for Saturday morning.…
Re: HN will be down Saturday morning while we switch servers
#24What are we supposed to do on Saturday morning?
Re: HN will be down Saturday morning while we switch servers
#25Earlier quoted context omitted.
Files???? That's a joke right???
Why should it be? You can get a long long way by treating the filesystem as a database. The first engineers at Amazon used the same technique a lot, as do I.
Re: HN will be down Saturday morning while we switch servers
#26What are we supposed to do on Saturday morning?
Let's be honest here... 6 AM? It's a good time to be asleep.
Also, it'll be 3am on the West Coast, so some people will still be enjoying their Friday night.
Re: HN will be down Saturday morning while we switch servers
#27Earlier quoted context omitted.
Not just a single server, a single process on a single core (last time I asked pg at least).
And I recall the last time I looked at the source (when it was released with Arc), it didn't use a database either. All the data is stored as files.
Re: HN will be down Saturday morning while we switch servers
#28Earlier quoted context omitted.
Why should it be? You can get a long long way by treating the filesystem as a database. The first engineers at Amazon used the same technique a lot, as do I.
Because you always end up building your own database out of flat files and that is always worse than using an existing one.
Re: HN will be down Saturday morning while we switch servers
#29Re: HN will be down Saturday morning while we switch servers
#30Earlier quoted context omitted.
Why should it be? You can get a long long way by treating the filesystem as a database. The first engineers at Amazon used the same technique a lot, as do I.
Because you always end up building your own database out of flat files and that is always worse than using an existing one.