MySQL Forums
Forum List  »  Performance

Re: Implementing distance matrix 2500 X 2500
Posted by: Felix John
Date: December 14, 2004 02:53AM

Hi Basile,
We were thinking about a 2 dimensional array in conventional programming. All we wanted was to implement a database equivalent to the 2D array but efficiently.

What do u think of this ?

What about an idea of splitting the 2500 column table into 2500 tables with one column each ? Can u please tell the efficiency of such an implementation ?

Thanks
Alex & Felix.

Options: ReplyQuote


Subject
Views
Written By
Posted
5014
December 13, 2004 11:06AM
Re: Implementing distance matrix 2500 X 2500
2422
December 14, 2004 02:53AM


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.