jim
|
Registered User
|
Programmer dude.
|
|
Oct 14 |
awarded | ● Yearling |
|
Sep 9 |
comment |
C++ interview - testing potential candidates. Fantastic read and definitely makes a valid point on C++ and large projects. |
|
Sep 9 |
comment |
How to speed up this query? Don't add indexes blindly. See Lieven's answer. Add indexes blindly can hurt performance as each index needs to be maintained. In some cases like small tables this will hurt as the IO used to maintain could be used somewhere else. Sometimes a full table scan on a small table is better than indexes. |
|
Jun 5 |
answered | How do set the java.library.path from Eclipse |
