Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
samhld
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
samhld
3y ago
Interesting. I've never seen it take more than a second, or maybe two.
2.
▲
by
samhld
3y ago
The data is stored in TiDB and queried from there. Is there a reason you assumed it was dynamically loaded in full via the Github API?
3.
▲
by
samhld
4y ago
GPT-3
4.
▲
by
samhld
6y ago
The concept of "accredited investors", itself, is a great data point for why our implementation of capitalism isn't really capitalism. When opportunities are given explicitly to the rich, you don't have a free market. I
5.
▲
by
samhld
6y ago
Thanks for spreading the word. The DTCC portion of this sounds like they had a "liquidity problem" in the sense that they were trying to prevent one. The portion about not having a plan for when market makers don't want thei
6.
▲
by
samhld
6y ago
I'm confused why you're bringing up "blocking people from selling". Has that ever happened? It certainly isn't happening here. Edit: I'm guessing it's because the above comment said "only BUYING&qu
7.
▲
by
samhld
6y ago
Yep you're right -- oversight on my part. To be clear, the "not sure why you'd run a query like that" was referring to doing it the InfluxQL way (which is not the same thing)...where your results would end up being the
8.
▲
by
samhld
6y ago
Huh? I don't mean to come off as blaming anyone for anything. Trying to offer a work around for their problem with InfluxQL. They usually exist. They may not be good enough for some but offering them doesn't hurt. In this cas
9.
▲
by
samhld
6y ago
(InfluxData solution architect here) Boolean is supported. You query it in the WHERE clause. Try `SELECT MAX(temperature) FROM ... WHERE temperature > 10`. That said, I'm not sure why you'd run a query like that in InfluxQL a
10.
▲
by
samhld
6y ago
(Solution architect at InfluxData here) Out of curiosity...what was the need for this DELETE? Deleting (not dropping) being somewhat of a "second class citizen" was a design choice to make room for more pressing time series needs