MySQL Forums
Forum List  »  Stored Procedures

Re: Procedure that select different number of columns
Posted by: Zawisza Czarny
Date: October 21, 2013 12:31AM

> If you fetch only 300 rows, almost any solution (brute force or otherwise) will have "good enough" performance. So, it might be best to focus on simplicity of the implementation, not on performance.
You are absolutely right! But because this is my first app that uses MySQL I just wanted to learn a good practise in designing a database...

And how about writing a query that returns to application env table? (cut only to item that interests me of course) I still will be able to filter items in DB, and I will not have to write a stored procedure to make a pivot table, and I don't need to use JSON in my app,

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Procedure that select different number of columns
1128
October 21, 2013 12:31AM


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.