The Artima Developer Community
Sponsored Link

Java Buzz Forum
Theme of the week: Database Performance

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
John Martin

Posts: 31
Nickname: lon3mato
Registered: Jul, 2003

John Martin is another lazy programmer.
Theme of the week: Database Performance Posted: Sep 22, 2003 7:22 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by John Martin.
Original Post: Theme of the week: Database Performance
Feed Title: The Lone Programmer
Feed URL: http://www.lonepixel.com/loneprog/javablogs-index.rdf
Feed Description: Just another lazy programmer. (Java and UI Design channels only.)
Latest Java Buzz Posts
Latest Java Buzz Posts by John Martin
Latest Posts From The Lone Programmer

Advertisement

I was talking to Vaughan from PolygonSoup a couple of nights ago and we've both spent at least part of the last week consulting with database gurus about the design of systems that we're working on at our respective places of employment. We have simultaneously come to the conclusion that we, and others that we have worked with, tend to underestimate the value of having a guru-level database guy around. Especially when dealing with enterprise level databases (Oracle and SQL Server in this case) and high traffic applications. Don’t get me wrong, we both consider ourselves very competent database programmers as far as authoring schemas, building queries, and writing stored procedures goes. But when it comes to multi-million row tables and set operations and views on remote databases having someone hardcore on the team can pay big dividends. We’ve had big performance boosts by rewriting some incremental inserts/updates as stored procedures and by fine tuning some of our indexes (and getting rid of those massive SQL Server globally unique ID’s).

So in honour of that topic, here are a couple of my favourite database articles of recent times:

Of Internet Servers and SQL Databases

Relational Database Guidelines For MMOGs

Both happen to be about writing backends for online game development but are generally relevant.

Read: Theme of the week: Database Performance

Topic: OS X: Can't get rid of Microsoft Previous Topic   Next Topic Topic: Surprised and Impressed

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use