svrist

1,604
reputation
119 views

Registered User

name svrist
member for 1 year
seen 22 hours ago
website
location Denmark
age 27
Java developer, FreeBSD sysadm, perl wannabe-hacker and consultant from Copenhagen, Denmark, Europe
22h
comment Index over a column with only 5 distinct values - Worth it?
Im already there (trying it out). See the image :) Splitting into more tables is not a possibility at the moment, and would destroy other queries so I dont think its a good idea
22h
comment Index over a column with only 5 distinct values - Worth it?
Looks like it ignores the SAMPLE 5000000 stuff. The optimizer still favors full table scan with 60.000 rows. Ill leave the index there. The insert and storage "issues" is not an issue anyway
22h
comment Index over a column with only 5 distinct values - Worth it?
Interesting. With my current load of data it is still cheaper with a full table scan, but Ill try and increase to 50.000 rows instead of 10.000
23h
revised Index over a column with only 5 distinct values - Worth it?
add more description
23h
asked Index over a column with only 5 distinct values - Worth it?
23h
comment How to get a value from the last inserted row?
No. that exactly what the currval function is for.
1d
accepted OCR for sheet music
1d
answered OCR for sheet music
1d
comment index with multiple columns - ok when doing query on only one column?
I just <3 StackOverflow. Excellent answers way better than expected. I accepted the answer that I used, and allow the highest voted answer to be the supplement right below the accepted answer
Dec
8
revised index with multiple columns - ok when doing query on only one column?
An example
Dec
8
asked index with multiple columns - ok when doing query on only one column?
Nov
9
revised For each row in query select top 20 from other query
The solution
Nov
9
comment For each row in query select top 20 from other query
In my toad i needed to change "Rownumber(....)" to "Rownumber() over (..." but otherwise works as a charm. Tony won the fastest gun in the west though
Nov
9
comment For each row in query select top 20 from other query
I removed the "comma" in (partition by thename, order by cnt desc) and I needed to partion by hour instead of thename but otherwise perfect!
Nov
9
asked For each row in query select top 20 from other query
Sep
13
answered Querying for N random records on Appengine datastore
Sep
11
comment How to delete all datastore in Google App Engine?
There's a -c parameter to the dev_appserver.py to delete from the development datastore.
Sep
9
answered Axis loading modules - Creating tempfile and failing
Sep
9
comment rsync .git directory
I was figuring that as my remote server doesnt have git I couldnt git push to it
Sep
9
asked rsync .git directory
Aug
29
comment OCR for sheet music
My "feeling" about the best commercial tool is Photoscore
Aug
21
asked Detatch subdirectory into separate git repository - On github
Aug
19
comment Autodoc for private methods in Sphinx
This seems backwards to what PEP-8 says about private. "If in doubt, choose non-public" python.org/dev/peps/pep-0008
Aug
11
revised OCR for sheet music
add omr summary
Aug
9
awarded  Nice Answer
Aug
3
revised OCR for sheet music
add link
Aug
2
awarded  Yearling
Aug
1
revised Axis loading modules - Creating tempfile and failing
add mailinglist links
Jul
31
revised Axis loading modules - Creating tempfile and failing
add axis version number
Jul
31
asked Axis loading modules - Creating tempfile and failing
Jul
29
revised How to test java application for performance bottlenecks?
Remove link to beta page
Jul
10
comment How to make apache slow and unreliable?
Dummynet in freebsd is made for this kind of testing.
Jul
10
answered How do I convert Double[] to double[]?
Jul
8
awarded  Disciplined
Jun
22
accepted Share static singletons through EJB’s
Jun
17
awarded  Popular Question