PostgreSQL reconsiders its process-based model
1–10 of 377 posts
Re: PostgreSQL reconsiders its process-based model
#2> That idea quickly loses its appeal, though, when one considers trying to create and maintain a 2,000-member structure, so the project is unlikely to go this way.
As repulsive as this might sound at first, I've seen structures of hundreds of fields work fine if the hierarchy inside them is well organized and they're not just flat. Still, I have no real knowledge of the complexity of the code and wish the Postgres devs all the luck in the world to get this working smoothly.
Re: PostgreSQL reconsiders its process-based model
#3Re: PostgreSQL reconsiders its process-based model
#4Re: PostgreSQL reconsiders its process-based model
#5Re: PostgreSQL reconsiders its process-based model
#6Re: PostgreSQL reconsiders its process-based model
#7I'm honestly surprised it took them so long to reach this conclusion. > That idea quickly loses its appeal, though, when one considers trying to create and maintain a 2,000-member structure, so the project is unlikely to go this way. As repulsive as this might sound at first, I've seen structures of hundreds of fields work fine if the hierarchy inside them is well organized and they're not just flat. Still, I have no…
Re: PostgreSQL reconsiders its process-based model
#8Re: PostgreSQL reconsiders its process-based model
#9Re: PostgreSQL reconsiders its process-based model
#10I hope they are conservative about this, because even the smartest and best programmers in the world cannot create bug free multithreaded code.