Viewing profile — tkyjonathan
tkyjonathan
HN member- Joined
- Fri, Apr 04, 2014, 9:26 AM UTC
- HN karma
- 201
- Public activity
- 243 items
- HN profile
- View on Hacker News ↗
About tkyjonathan
No profile information was provided.
Recent public activity
-
comment
Comment #47720552
Misadventures in AWS Lambda, connection pooling and killing the database with unclosed transactions.
- story
-
comment
Comment #23015464
Isn't this DataOps?
-
comment
Comment #22877376
Almost none of the company leaders or even VCs fully understand what AI even is or does. They just like to hear thats its there. If you don't have some AI in your company, you won'…
-
comment
Comment #22816003
"Normalization was built for a world with very different assumptions. In the data centers of the 1980s, storage was at a premium and compute was relatively cheap." But forget to do…
-
comment
Comment #22751985
Location: UK, Horsham Remote: Yes Willing to relocate: No Technologies: Data Engineering, Data Architecture, Data Performance Engineering, Java, Python, SQL. Résumé/CV: https://www…
-
comment
Comment #22665675
Location: West Sussex, UK Remote: Yes Willing to relocate: No Technologies: Data Architect, Data Modeling, Data Performance Engineer, SQL, MySQL, Percona, MariaDB, Galera, Postgres…
- story
-
comment
Comment #22503236
This is obvious to me. Since Hadoop came out, (a lot of) people have been giving up on even forming algorithms and just dumping data into machine learning and hoping for the best. …
-
comment
Comment #22492501
I said this 3 years ago, the future is having an SQLite DB inside a container for each one of your customers. /s
-
comment
Comment #22441678
If its minimum of 70k, then its probably a good idea, because you would only hire if you absolutely have to. 37signals would be proud. If you decentivize the most productive people…
-
comment
Comment #22411914
I reduce my RDS bill by 66% by keeping it on EC2 and using Percona Server.
- comment
-
comment
Comment #22383513
Batching is the multi-threadedness of databases. Its also important to remember that in databases, you are more often optimising for IO usage than CPU.
-
comment
Comment #22382696
That could be a fault of complex physical data models that need simplification.
-
comment
Comment #22382669
It is worth mentioning that there are some data-process heavy work that can be done much faster and more efficiently in SQL. Real life example for a regulatory batch job: 6 tomcat …
-
comment
Comment #22354956
Imagine my shock. Asking for regulation simply to attack the competition or new entrants..
-
comment
Comment #22326483
This is very impressive. The average lifespan of a company on the S&P 500 is 15 years.
-
comment
Comment #22279829
I'm still on pen and paper..
-
comment
Comment #22264773
I feel that philosophy of systems and theory of constraints would be a better philosophy to use with computer systems.
-
comment
Comment #22190445
And a lot of those lakes remain untouched for years..
-
comment
Comment #22190440
Already started a DataOps team in my company!
-
comment
Comment #22050423
Where has this been since 2015?
-
comment
Comment #21973207
This is going to be your next cloud agnostic data warehouse.
-
comment
Comment #21911663
Not sure which DB you are using, but you can load the csv file into the DB directly on a single thread using something like LOAD DATA INFILE. If you have some good indexes and do s…