MySQL Forums
Forum List  »  Connector/Python

Concurrent writes question
Posted by: Louis van Schalkwyk
Date: January 25, 2007 04:51AM

Hi there,

I am re-designing an application that receives up to 150 records per second..using python.
From an architectural point of view; what would be more efficient - to write them all to one table and run queries to split them up from there (to different tables),
or write them to seperate tables as they come streaming in?

Any help would be appreciated, Thanks.

Options: ReplyQuote


Subject
Written By
Posted
Concurrent writes question
January 25, 2007 04:51AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.