Angel Barrera Sanchez
Angel Barrera Sanchez

Reputation: 51

How to create an index having instances?

Having existing data in a class (within a database)... I am not able to create an index (of type "all") and return the data that was inserted before the creation of the new index.

I have tried to do it programmatically (python) and via web interface.

I hope to be able to recover pre-existing data when a new index is created.

Upvotes: 4

Views: 814

Answers (1)

benjumanji
benjumanji

Reputation: 1405

Fauna automatically builds indices on creation adding any prior records that are covered by the index without user intervention. If you ever experience indices missing data then you should contact us! As it happened today we had a brief outage that while it didn't prevent reads writes or index updates did stall index rebuilds.

Upvotes: 3

Related Questions