(?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)
Tim Woodruff

“If your query returns a small number of rows but filters inefficiently, the database might still have to scan a large portion of the table and sort all those matching rows, which involves temporary memory, CPU, and often some significant amount of disk I/O - especially without an index on the field you're ordering by. Keep this in mind when considering whether to sort the results of your query using .orderBy() or .orderByDesc(), and be sure never to do so either willily, or nillily.”

Tim Woodruff, ServiceNow Development Handbook - 4th Edition: A compendium of ServiceNow "NOW" platform development and architecture pro-tips, guidelines, and best practices
Read more quotes from Tim Woodruff


Share this quote:
Share on Twitter

Friends Who Liked This Quote

To see what your friends thought of this quote, please sign up!

0 likes
All Members Who Liked This Quote

None yet!


This Quote Is From

ServiceNow Development Handbook - 4th Edition: A compendium of ServiceNow "NOW" platform development and architecture pro-tips, guidelines, and best practices (The ServiceNow Development Handbook) ServiceNow Development Handbook - 4th Edition: A compendium of ServiceNow "NOW" platform development and architecture pro-tips, guidelines, and best practices by Tim Woodruff
1 rating, average rating, 0 reviews
Open Preview

Browse By Tag