Learning Golang: Relational Databases - Bulk Insert with MySQL

preview_player
Показать описание
Let's learn about Bulk Insert in Relational Databases using Go/Golang specifically using the "mysql" package.

This episode covers the concrete methods defined in "mysql" to deal with Bulk Inserts, specifically using the LOAD INTO command via the two functions available in the package:

■ RegisterLocalFile and
■ RegisterReaderHandler

== Relevant links

== All Go/Golang Playlists

== Socials

00:00 - Start
00:13 - Bulk Insert in Go/Golang using MySQL using RegisterLocalFile
06:20 - Bulk Insert in Go/Golang using MySQL using RegisterReaderHandler
11:54 - Conclusions

---

Who am I:

Hello👋🏼! I'm Mario, a Hands-on Software Architect and Lead Backend Engineer with more than 16 years of professional experience building all kinds of software including on-premise Industrial Automation Systems, Linux Accessibility Desktop and Browser Components as well as Distributed Advertising Microservices.

Every week I will share with you different topics I've learned while working for small startups and large companies including the processes I've followed over the years for successfully delivering complex enterprise systems from start to end.

Subscribe if you like Software Development, Software Architecture and Systems Design!

Keep it up. Don't give up!

#golang #tutorial #databases

=== Our Vlog Channel

=== Our affiliate links below

DISCLAIMER: Some of the links shared in the description are affiliate links. As a member of these affiliate programs, I earn a small commission from your purchases at no additional cost to you. I appreciate your support! 💖
Рекомендации по теме
Комментарии
Автор

Sir, you should create a paid course. Your golang contents are elite. A true software craftsman 👍

abiodun
Автор

Hello Mario. Great video. When My vs Pg? 👍🏾

adrianfgutierrez
Автор

how to insert large txt file( received from http request ) as BLOB in mysql along with fileName, place ( single row, 3 columns (filedata, filename, place ) insertion ) through go

h