Skip to content
#

lsif-enabled

Here are 28 public repositories matching this topic...

sourcegraph
flying-robot
flying-robot commented Oct 16, 2020

The repositories GraphQL endpoint supports sorting via either REPOSITORY_NAME or REPOSITORY_CREATED_AT. Using the timestamp doesn't hit any indexes, resulting in a much more expensive query plan:

localhost sg@sg=# EXPLAIN SELECT * FROM repo ORDER BY name DESC LIMIT 5;
┌─────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│      

Improve this page

Add a description, image, and links to the lsif-enabled topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lsif-enabled topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.