Some checks failed
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Failing after 1m25s
/ deploy (push) Has been skipped
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Failing after 1m34s
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 2m9s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Failing after 1m42s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Failing after 1m18s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Failing after 1m22s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 2m3s
1 KiB
1 KiB
Index Type | Best For | Supported Operations | Comments |
---|---|---|---|
B-Tree | Equality and range queries | =, <, <=, >, >= | Default index type |
Hash | Equality queries | = | Less commonly used, fewer operations supported |
GIN | Full-text search, arrays, JSONB | Various | Optimized for composite data types |
GiST | Geometric data, complex searches | Various | Versatile, supports many types of searches |
SP-GiST | Dynamic, partitioned data | Various | Suitable for k-nearest neighbors, quadtrees |
BRIN | Large, naturally clustered data | Various | Efficient for large tables, time-series data |