Hi everyone. I'm new to GraphCool, but incredibly...
# prisma-whats-new
a
Hi everyone. I'm new to GraphCool, but incredibly impressed. One thing I can't stop wondering: does Graph Cool provide any mechanism by which I can create indexes on the underlying data store? So if I create a hypothetical person type, could I tell GraphCool to make sure there's an index on the underlying Birthday (or whatever) field? So that searches on that field would always be fast (or at least
O(lg N)
)
n
I haven't set this up myself yet, but I think you'd want to look at the Algolia integration? https://www.graph.cool/docs/reference/integrations/algolia-emaig4uiki/
a
Ah yeah - I saw the Algolia integration - I was hoping something a little more lightweight existed - just a basic index on the underlying data store. I'm assuming it doesn't exist yet, but I'm at least hoping it's on someone's radar