Thursday, July 20, 2017

Reviewing Resin (Part 5)

DZone Database Zone
Reviewing Resin (Part 5)

Be sure to check out Part 1Part 2, Part 3, and Part 4 first!

In the previous part, I looked at how indexing and queries are handled in Resin. This post is mostly about the pieces I haven’t talked about so far. We’ll start with the query parser and move to the trie.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...