Viewing profile — tschreiber
tschreiber
HN member- Joined
- Tue, Apr 22, 2025, 5:00 PM UTC
- HN karma
- 3
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About tschreiber
No profile information was provided.
Recent public activity
- comment
- story
- story
- story
- story
- story
- story
- story
- comment
- story
- story
-
comment
Comment #43764290
Verified: EXPLAIN plan actions = 1 SELECT * FROM amazon.amazon_reviews WHERE helpful_votes > 0 ORDER BY -log(1 - (rand() / 4294967296.0)) / helpful_votes LIMIT 3 Lazily read column…