Viewing 15 posts - 2,206 through 2,220 (of 59,082 total)
Thanks, Steve.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2022 at 6:16 pm
I've logged quite a few bugs lately on things. We've got a test site setup for an upgrade to PHP/WP/Nami, which is delaying work on other bugs. The upgrade...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2022 at 6:14 pm
Bloody forum software did it again... since the post I just posted is the first one on a new page, it's not showing up until I make another post. I...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2022 at 4:41 pm
I show an example in the query tuning book where defragmentation improves performance because of a scan, fewer pages read. I also explain all the reasons why, this probably...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2022 at 4:38 pm
Thanks, Greg. I have to admit I took it wrong way a bit and so was just making sure. And I love both of your examples.
As a bit of a...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 10:28 pm
Thanks for the "faith" and thank you for the incredible feedback.. Our buddy, Ed, did the same thing with similar results after I told him what I'd found, especially concerning...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 9:25 pm
You do realize that your graphic has the S1SDat column listed 3 times, right? Is there a similar problem with the rest of the code that you've not displayed?
Also, do...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 9:14 pm
External company makes remarks that the server is the issue or could be the issue.
This is easy then... have a video meeting where you drive and they tell you...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 9:03 pm
Thanks for the response, Greg. I appreciate it.
I wasn't asking if anyone knew of an article that proves the "benefits" of doing Index Maintenance to figure out a way to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 8:24 pm
BWAAA-HAAA-HAAA. Posting on this thread must cause disturbances in the "force". I looked again right after I posted and I finally found one.
https://gertjans.home.xs4all.nl/sql/fragmentation-hurts-performance.html
He also was only testing a...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 5:34 am
And, then again, NOT! It turns out that he was testing fragmentation on spinning rust. Not logical fragmentation of a index. [headdesk] 🙁
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 1:34 am
BWAAA-HAAA-HAAA. Posting on this thread must cause disturbances in the "force". I looked again right after I posted and I finally found one.
https://gertjans.home.xs4all.nl/sql/fragmentation-hurts-performance.html
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 1:05 am
There's no question in my mind that I've lost my mind 😀 and I'm not sure if I've asked it here before or not but I'll ask it again.
Other than...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2022 at 12:22 am
Hi, excellent post, I have taken it and put it into practice, and it works very well for me to redo the whole nested set, But I want to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2022 at 11:56 pm
I could be wrong but that looks like it will do a full scan of the table for each grouping of rows. Why not just do a single pass with...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2022 at 11:25 pm
Viewing 15 posts - 2,206 through 2,220 (of 59,082 total)