Viewing profile — timsehn
timsehn
HN member- Joined
- Fri, Feb 15, 2019, 9:35 PM UTC
- HN karma
- 348
- Public activity
- 104 items
- HN profile
- View on Hacker News ↗
About timsehn
Recent public activity
-
comment
Comment #47884124
Thanks for being an early adopter. We learned a lot trying to support your use case and you’re still customers so it can’t have been too bad…
-
comment
Comment #47574628
https://docs.dolthub.com/other/faq#why-is-it-called-dolt-are...
- story
-
comment
Comment #44446603
We actually wrote another blog about this because I had the same question. I am the CEO of DoltHub so I can have my engineers write stuff to explain it to me :-) https://www.dolthu…
-
comment
Comment #40709869
We built a MySQL-compatible one and are building a Postgres-compatible one :-) Free and open source. https://github.com/dolthub/dolt We use the reset functionality to speed up our …
-
comment
Comment #40346041
https://docs.dolthub.com/other/faq#why-is-it-called-dolt-are...
-
comment
Comment #39985283
Coming soon we'll have the ability to replicate a branch HEAD to MySQL as well.
-
comment
Comment #39984774
Version Control is not the type of thing "mainstream DBs would adopt". We needed to build a custom storage engine to make querying and diffing work at scale: https://docs.dolthub.c…
-
comment
Comment #39984689
Most direct users of go-mysql-server use it to test Golang MySQL interactions without needing a running server. We here at DoltHub use it to provide SQL to Dolt.
-
comment
Comment #39984626
> Why is Dolt MySQL flavored? TLDR; Because go-mysql-server existed. https://www.dolthub.com/blog/2022-03-28-have-postgres-want-d... We have a Postgres version of Dolt in the works…
-
comment
Comment #39316421
You can do this with a setting: https://docs.dolthub.com/sql-reference/version-control/dolt-...
-
comment
Comment #38115600
So you can do local first with the `dolt_clone()`, `dolt_remote()`,`dolt_fetch()`, `dolt_pull()`, and `dolt_push()` procedures: https://docs.dolthub.com/sql-reference/version-contr…
-
comment
Comment #36320645
Queries on DoltHub need to go to S3 to fetch all the chunks. This only works for databases < 1GB generally. You will get much better performance if you clone the database locally.
-
comment
Comment #36318010
The insurance database (transparency in coverage) is here (also open data): https://www.dolthub.com/repositories/dolthub/transparency-in...
-
comment
Comment #36317851
If you clone the database locally it will work. It takes a long time to clone though.
-
comment
Comment #35777046
If you are just looking for data versioning there is Dolt: https://github.com/dolthub/dolt And that has a user-friendly UI in DoltHub: https://www.dolthub.com/ You wouldn't store t…
-
comment
Comment #33972997
Founder of DoltHub here. One of my team pointed me at this thread. Congrats on the launch. Great to see more folks tackling the data versioning problem. Dolt hasn't come up here ye…
- story
-
comment
Comment #33885888
This is just a database of hospital price URLs. If you want actual prices we have that as well but it's from the beginning of the year: https://www.dolthub.com/repositories/dolthub…
- story
-
comment
Comment #32194409
Posted this in our Discord :-)
-
comment
Comment #32191811
Creator of Dolt here. Thanks for the mention! My cofounder is writing a blog on Monday about how to run Dolt embedded like SQLite. Glad to see more people exploring the space.
-
comment
Comment #31849955
Creator here. It's slower. This is `sysbench` Dolt vs MySQL. https://docs.dolthub.com/sql-reference/benchmarks/latency We've dedicated this year to performance with a storage engin…
-
comment
Comment #31849438
Creator here. You only connect with a MySQL-client. There is no MySQL code in it. Here's the story if you're curious. https://www.dolthub.com/blog/2022-03-28-have-postgres-want-d..…
-
comment
Comment #31849426
We're trying to close the performance gap. Current performance on sysbench can be found here: https://docs.dolthub.com/sql-reference/benchmarks/latency We're even slower on heavy t…