We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Git database with bitmap index

Formal Metadata

Title
Git database with bitmap index
Title of Series
Number of Parts
561
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Data retrieval team at source{d} process lot of data from git repositories. Most of the key components in our workflow like engine, gitbase, mysql-server are implemented in Go. This talk will go through the story how we embedded "pilosa" (distributed bitmap index) in our SQL frontend for git repositories. - Why we decided to use bitmaps as indexes - How we got to the point where we are (we have embedded pilosa's server implementation inside mysql server implementation) - What problems we came across and how we solved them.