Re: How would you design scalable solution?

2009-10-28 Thread Jon Clements
On 27 Oct, 17:10, Bryan bryanv...@gmail.com wrote: I'm designing a system and wanted to get some feedback on a potential performance problem down the road while it is still cheap to fix. The system is similar to an accounting system where a system tracks Things which move between different

How would you design scalable solution?

2009-10-28 Thread Bryan
I'm designing a system and wanted to get some feedback on a potential performance problem down the road while it is still cheap to fix. The system is similar to an accounting system where a system tracks Things which move between different Buckets. The system answers these questions: - How many

Re: How would you design scalable solution?

2009-10-27 Thread Jonathan Gardner
On Oct 27, 10:10 am, Bryan bryanv...@gmail.com wrote: How else to keep a record of every transaction, but not have the speed of the question How many Things in Bucket x depend on looking @ every transaction record ever made? You can have three different tables in your database: (1) The