TL;DR Serialization using runtime reflection is slow! Use reflection to generate faster serialization code when performance is needed. BenchmarkReflecti…
Read more
Showing posts with the label GoShow all
The idea A while back I saw a youtube video of a guy who created a dropshipping website to sell custom socks with customers' dog pictures on them. D…
Read moreIn this final post of the mini-series toward hybrid storage, we are going to set up S3(minio), and Postgres and split the data between these 2 data source…
Read moreIn our previous post, we created a data source from Postgres DB, this post will address the S3 part for downloading data to CSV. S3 is one of the b…
Read moreIn our previous post, we concluded that S3 is much cheaper than a RDS Postgres installation. The use case we had in mind was to create a download funct…
Read more