Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mhall119
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mhall119
3y ago
Don't blame the developer advocate for the company's mistakes. Developer advocates rarely have any part in these kinds of decisions, but are left holding the bag whenever they go badly.
2.
▲
by
mhall119
4y ago
The original TSM engine is still used by InfluxDB v2 OSS. The InfluxDB Cloud platform uses a variation of TSM that's tailored for a distributed SaaS rather than stand-alone nodes (this was originally intended to be used in InfluxDB v2
3.
▲
by
mhall119
4y ago
IOx is the data storage layer. It will replace the current TSM data storage system in InfluxDB, but it won't replace InfluxDB as a whole.
4.
▲
by
mhall119
4y ago
Not sure what you expected from an article with this title...
5.
▲
by
mhall119
4y ago
So many things are qualitative, but not quantitative. They can be measured, but not counted. Happiness is one of those, you can say that you are "more happy" or "less happy" from one day to the next, but you can't c
6.
▲
by
mhall119
4y ago
I'd recommend reading The Community Engagement Trap[0] by Rosie Sherry (which should also be shared here on HN), she talks about Community Discovery as the process for getting these deeper understandings. [0] https://rosie.l
7.
▲
by
mhall119
4y ago
There are several books on precisely this.
8.
▲
by
mhall119
4y ago
I've started writing those answers out as separate blog posts: Measuring Connections: https://www.savannahhq.com/2022/09/06/measuring-your-communi... Measuring Support: https://www.savannahhq.
9.
▲
by
mhall119
4y ago
That's like saying grocery stores are exploiting the human need for food. A healthy community benefits the people in it as much or more than the company behind it. As you identified, humans have a need to connect with other humans. And
10.
▲
by
mhall119
4y ago
s/surprised/disappointed/ A user's engagement with your product is a great metric, because what you value is users using your product. But for a COMMUNITY it's the wrong metric, because you don't value negative
11.
▲
by
mhall119
4y ago
That's why it also says "Community isn’t social media." No social media company is going to do this, you are correct. But community managers and community-led companies absolutely should.
12.
▲
by
mhall119
4y ago
Here's a couple: Connections between people: https://www.savannahhq.com/2022/09/06/measuring-your-communi... Support: https://www.savannahhq.com/2022/09/08/measuring-your-c
13.
▲
by
mhall119
4y ago
> I don't get it. What is a "community manager"? Is it someone that runs a company's social media page? No, that's a social media manager, completely different role. > And do they think that people care about
14.
▲
by
mhall119
4y ago
Community isn’t social media. You don't advertise to your community. If you do you're actively killing it. Community is made up of people making connections and building relationships with other people. Savannah CRM helps you mana
15.
▲
by
mhall119
5y ago
InfluxData doesn't make money from Telegraf at all. It fills a need (data collection) that InfluxDB users have, so it helps them which helps us, but it also helps our competitors whose users also use Telegraf to collect data. The reaso
16.
▲
by
mhall119
5y ago
Telegraf can do this too, in a more limited capacity. It keeps an in-memory buffer of collected data points so if a write to an output fails it'll try again on the next interval without losing the data it has already collected.
17.
▲
by
mhall119
5y ago
There are open source projects like EdgeX and Fledge that can do this also
18.
▲
by
mhall119
6y ago
Parquet is the persistent storage format for when the data is written to disk or object storage. Arrow is the in-memory format and a set of tools built around working with it. So InfluxDB IOx will use both, Arrow in-memory for fast access,
19.
▲
by
mhall119
6y ago
To be clear, InfluxDB IOx will be using Apache Arrow, DataFusion and Parquet, and contributing to those upstream projects, not creating our own thing.
20.
▲
by
mhall119
6y ago
For a while the 2.0 development branch was using a different storage file format than 1.x, which required migrating your time series data. But by the 2.0 Release Candidate that was reverted so that it will use the same file format as 1.x, a
21.
▲
by
mhall119
6y ago
InfluxDB IOx will use Parquet files for persistent storage
22.
▲
by
mhall119
6y ago
InfluxDB 1.x user can upgrade to InfluxDB 2.0 pretty easily, there is an `upgrade` command that will convert your metadata from 1.x to 2.0. Your time series data doesn't even need to be touched, it'll "just work" after t
23.
▲
by
mhall119
6y ago
Snowflake was actually specifically mentioned as an example of who else is doing this in the blog post
24.
▲
by
mhall119
6y ago
HN thread for the blog post announcing IOx: https://news.ycombinator.com/item?id=25049253
25.
▲
by
mhall119
6y ago
Delorean was just a project codename, but it's trademark that belongs to another company
26.
▲
InfluxDB is betting on Rust and Apache Arrow for next-gen data store
(influxdata.com)
205 points
by
mhall119
6y ago
|
113 comments
27.
▲
TIGUITTO: Telegraf and InfluxDB and Grafana Stack with Mosquitto MQTT Broker
(github.com)
1 points
by
mhall119
6y ago
|
0 comments
28.
▲
by
mhall119
6y ago
That doesn't actually sound like a large dataset. Can you describe what kind of problems you faced with InfluxDB?
29.
▲
by
mhall119
6y ago
There are actually multiple optimizations to Flux already underway. The language runtime can "push down" some of these operations to the storage layer where they can be performed more efficiently.
30.
▲
by
mhall119
6y ago
You can do these things (and much, much more) with the new Flux language
More ›