You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`gitbase` allows you to speed up queries creating indexes.
4
+
5
+
Indexes are implemented as bitmaps using [pilosa](https://github.com/pilosa/pilosa) as a backend storage for them. To run a pilosa instance see the [getting started](./getting-started.md) section.
6
+
7
+
Thus, to create indexes you must specify pilosa as the type of index. You can find some examples in the [examples](./examples.md#create-an-index-for-columns-on-a-table) section about managing indexes.
8
+
9
+
Note that you can create an index either **on one or more columns** or **on a single expression**.
10
+
11
+
You can find some more examples in the [examples](./examples.md#create-an-index-for-columns-on-a-table) section.
12
+
13
+
See [go-mysql-server](https://github.com/src-d/go-mysql-server/tree/e03c0c8264d306f683a8c1e7933c5d2f4b200a5b#indexes) documentation for more details
0 commit comments