Chop-chop, MongoDB! Leveraging indexes power. Part 3. Text indexes
Hey folks! Today we will try to find some text in our collection. And then we will add text indexes there and behold, how it become better (or not). Let's grab a beer and start.
Hey folks! Today we will try to find some text in our collection. And then we will add text indexes there and behold, how it become better (or not). Let's grab a beer and start.
Hello boys and girls, looking forward to know more about MongoDB indexes? Today we'll talk about Multikey indexes. Yeah, only about them because it's quite a big topic. I also wanted to cover text indexes, but they are too cool to talk about them in the same post, they deserve their own %)
As you may know, PostgreSQL provides you four index types: B-tree, Hash, GiST and GIN. They all named the way that if you don’t know ’em you’ll never get which one do you need.
Not a long time ago I had no idea about what is the tool named Terraform. It was just beyond my bounds of interests and problems. But a month ago I changed a company and then had to deal with it. And guys, it's wow.
Today I'll talk about really trivial thing, but unexpectedly I found myself living without it for a while, but now I started using it and cannot stop anymore %) The thing is Docker.