MySQL Forums
Forum List  »  Italian

Database si rallenta
Posted by: Daniele Settembre
Date: November 15, 2013 11:08AM

Buonasera ho un problema di questo tipo ,la mia applicazione con db mysql, dopo qualche ora di utilizzo rallenta l'esecuzione della query passando da 300 millisecondi a circa 1000. Riavviando il pc o i servizi mysql l'applicazione ritorna ad effettuare le query in 300 millisecondi circa.
C'è qualche parametro ,che vi viene in mente, che bisogna modificare nel server mysql in modo che non accada ciò da vostre esperienze

Esempio di query

select

sum(TotalDiscount),

sum(Quantity),

sum(ManualPrice * Quantity),

sum(StartPrice * Quantity),

sum(SellTotalValue)

from

ssticketdetails

where

ssticketheadticketid = 5643

and sspointofsalepointofsalecode = 'POS01'

group by ssticketheadticketid

Options: ReplyQuote


Subject
Views
Written By
Posted
Database si rallenta
2239
November 15, 2013 11:08AM


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.