Click here to Skip to main content
15,891,033 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

 
GeneralRe: Is it spam? Pin
Sergey Alexandrovich Kryukov18-May-11 4:43
mvaSergey Alexandrovich Kryukov18-May-11 4:43 
GeneralRe: Is it spam? Pin
Pete O'Hanlon17-May-11 11:19
mvePete O'Hanlon17-May-11 11:19 
GeneralRe: Is it spam? Pin
AspDotNetDev17-May-11 13:50
protectorAspDotNetDev17-May-11 13:50 
GeneralRe: Is it spam? Pin
Dan Neely18-May-11 2:29
Dan Neely18-May-11 2:29 
GeneralRe: Is it spam? Pin
Pete O'Hanlon18-May-11 6:35
mvePete O'Hanlon18-May-11 6:35 
GeneralRe: Is it spam? Pin
Dan Neely18-May-11 7:03
Dan Neely18-May-11 7:03 
GeneralTwo Answer Reputation Problems Pin
AspDotNetDev17-May-11 9:41
protectorAspDotNetDev17-May-11 9:41 
GeneralRe: Two Answer Reputation Problems Pin
Chris Maunder17-May-11 16:22
cofounderChris Maunder17-May-11 16:22 
I'll add #1 to the bug list, but #2 occurs because we store date/times as smalldatetime, which stores to the minute, not the second. Further, we don't use a secondary sort (eg ORDER BY DatePosted, RepHistoryID because it's so uncommon for there to be two rep events in the same minute that need to be careful about ordering that it's not worth burdening the DB server with the extra (and hence unindexed) sort.

Even so, I'll do some testing to see if that secondary order affects load appreciably.
cheers,
Chris Maunder

The Code Project | Co-founder
Microsoft C++ MVP

GeneralRe: Two Answer Reputation Problems Pin
AspDotNetDev17-May-11 17:15
protectorAspDotNetDev17-May-11 17:15 
GeneralRe: Two Answer Reputation Problems Pin
Chris Maunder17-May-11 17:18
cofounderChris Maunder17-May-11 17:18 
GeneralTips Tricks Deleted Pin
RaviRanjanKr17-May-11 8:50
professionalRaviRanjanKr17-May-11 8:50 
GeneralRe: Tips Tricks Deleted Pin
Sean Ewington17-May-11 9:16
staffSean Ewington17-May-11 9:16 
GeneralRe: Tips Tricks Deleted Pin
RaviRanjanKr17-May-11 9:20
professionalRaviRanjanKr17-May-11 9:20 
Generalno nav Pin
Luc Pattyn17-May-11 1:56
sitebuilderLuc Pattyn17-May-11 1:56 
GeneralRe: no nav Pin
Chris Maunder17-May-11 2:10
cofounderChris Maunder17-May-11 2:10 
GeneralRe: no nav Pin
Luc Pattyn17-May-11 2:20
sitebuilderLuc Pattyn17-May-11 2:20 
GeneralRe: no nav Pin
JP_Rocks17-May-11 2:16
JP_Rocks17-May-11 2:16 
GeneralRe: no nav Pin
Chris Maunder17-May-11 2:18
cofounderChris Maunder17-May-11 2:18 
GeneralRe: no nav Pin
Luc Pattyn17-May-11 2:23
sitebuilderLuc Pattyn17-May-11 2:23 
GeneralRe: no nav Pin
Chris Maunder17-May-11 4:18
cofounderChris Maunder17-May-11 4:18 
GeneralRe: no nav Pin
Luc Pattyn17-May-11 4:25
sitebuilderLuc Pattyn17-May-11 4:25 
GeneralRe: no nav Pin
Pete O'Hanlon17-May-11 5:13
mvePete O'Hanlon17-May-11 5:13 
GeneralRe: no nav Pin
Chris Maunder17-May-11 5:50
cofounderChris Maunder17-May-11 5:50 
GeneralRe: no nav Pin
Pete O'Hanlon17-May-11 7:12
mvePete O'Hanlon17-May-11 7:12 
GeneralRe: no nav Pin
DaveAuld17-May-11 2:42
professionalDaveAuld17-May-11 2:42 

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

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