We are thinking to re-create our existing class as we need to enable indexNullState
since its not possible to update an existing class config and we really need to query some properties with isNull
So just a quick question, is there like performance impact (e.g., slow saving) if we enable this as well as the following:
- indexTimestamps
- indexPropertyLength
It has a note → Using these features requires more resources, as the additional inverted indices must be created/maintained for the lifetime of the class. but would like to elaborate more on this please so we could understand what stuffs we need to increase to achieve this (e.g., CPU? RAM?)