Click here to Skip to main content
15,905,563 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
SuggestionCannot change passsword Pin
elitig4-Feb-20 2:08
elitig4-Feb-20 2:08 
GeneralRe: Cannot change passsword Pin
Sean Ewington4-Feb-20 4:44
staffSean Ewington4-Feb-20 4:44 
GeneralRe: Cannot change passsword Pin
elitig13-Apr-20 8:12
elitig13-Apr-20 8:12 
BugGetting errors on posting, multiple times today. Pin
Eddy Vluggen3-Feb-20 7:46
professionalEddy Vluggen3-Feb-20 7:46 
GeneralRe: Getting errors on posting, multiple times today. Pin
User 110609793-Feb-20 9:07
User 110609793-Feb-20 9:07 
GeneralRe: Getting errors on posting, multiple times today. Pin
Matthew Dennis3-Feb-20 10:07
sysadminMatthew Dennis3-Feb-20 10:07 
GeneralRe: Getting errors on posting, multiple times today. Pin
Eddy Vluggen3-Feb-20 10:47
professionalEddy Vluggen3-Feb-20 10:47 
GeneralRe: Getting errors on posting, multiple times today. Pin
Eddy Vluggen3-Feb-20 11:55
professionalEddy Vluggen3-Feb-20 11:55 
GeneralRe: Getting errors on posting, multiple times today. Pin
Matthew Dennis3-Feb-20 13:12
sysadminMatthew Dennis3-Feb-20 13:12 
GeneralRe: Getting errors on posting, multiple times today. Pin
Eddy Vluggen3-Feb-20 14:15
professionalEddy Vluggen3-Feb-20 14:15 
SuggestionAutomatic clean-up of closed messages Pin
Richard Deeming3-Feb-20 1:01
mveRichard Deeming3-Feb-20 1:01 
GeneralRe: Automatic clean-up of closed messages Pin
Richard MacCutchan3-Feb-20 2:38
mveRichard MacCutchan3-Feb-20 2:38 
GeneralRe: Automatic clean-up of closed messages Pin
Richard Deeming3-Feb-20 2:53
mveRichard Deeming3-Feb-20 2:53 
GeneralRe: Automatic clean-up of closed messages Pin
Richard MacCutchan3-Feb-20 2:57
mveRichard MacCutchan3-Feb-20 2:57 
GeneralRe: Automatic clean-up of closed messages Pin
Matthew Dennis3-Feb-20 9:57
sysadminMatthew Dennis3-Feb-20 9:57 
GeneralRe: Automatic clean-up of closed messages Pin
Richard Deeming4-Feb-20 1:19
mveRichard Deeming4-Feb-20 1:19 
GeneralRe: Automatic clean-up of closed messages Pin
Matthew Dennis4-Feb-20 2:37
sysadminMatthew Dennis4-Feb-20 2:37 
SuggestionThe "admin messages" in the thread below might explain why "Reputation history" almost never shows any more. Pin
OriginalGriff2-Feb-20 20:26
mveOriginalGriff2-Feb-20 20:26 
GeneralRe: The "admin messages" in the thread below might explain why "Reputation history" almost never shows any more. Pin
Jörgen Andersson2-Feb-20 20:51
professionalJörgen Andersson2-Feb-20 20:51 
GeneralRe: The "admin messages" in the thread below might explain why "Reputation history" almost never shows any more. Pin
ZurdoDev3-Feb-20 1:56
professionalZurdoDev3-Feb-20 1:56 
GeneralRe: The "admin messages" in the thread below might explain why "Reputation history" almost never shows any more. Pin
Wendelius3-Feb-20 8:42
mentorWendelius3-Feb-20 8:42 
GeneralRe: The "admin messages" in the thread below might explain why "Reputation history" almost never shows any more. Pin
Jörgen Andersson3-Feb-20 10:36
professionalJörgen Andersson3-Feb-20 10:36 
GeneralRe: The "admin messages" in the thread below might explain why "Reputation history" almost never shows any more. Pin
Wendelius4-Feb-20 6:50
mentorWendelius4-Feb-20 6:50 
GeneralRe: The "admin messages" in the thread below might explain why "Reputation history" almost never shows any more. Pin
Jörgen Andersson4-Feb-20 8:23
professionalJörgen Andersson4-Feb-20 8:23 
GeneralRe: The "admin messages" in the thread below might explain why "Reputation history" almost never shows any more. Pin
Chris Maunder4-Feb-20 6:57
cofounderChris Maunder4-Feb-20 6:57 
We have indexes. Lots of indexes. The "lots of" has been an issue we've been attacking and have removed a number that are simply slowing down the writes.

We've made some changes that have resulted in better execution plans but we're still not there. We're now starting to remove some logging calls that, while useful, aren't critical, in the hope that this reduces load enough that we can see the root cause of this particular issue.

The funny thing is that load is actually quite low on our DB. It's just a few sprocs that, in certain circumstances, take a lot of time. Run them in isolation and they are instant. Run them in the debugger and they are instant. Run them on your crappy laptop and they are instant. Run them live during a quiet part of the day when nothing strange is happening and they misbehave. So we look at stats, and recompilation, and plans, and load, and locks and everything is fine. Except it's not always.

If software development is magic then database tuning is voodoo.
cheers
Chris Maunder

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: AnsweredSolvedIn Progress

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.