whyfate

Results 11 comments of whyfate

Yes, when the amount of data is still small, the query efficiency is OK, but when the amount of data becomes more, the efficiency is very low. My server is...

Yes,I add a index to Identifier,But it has little effect on the query. I think the problem is here https://github.com/FirelyTeam/spark/blob/6bdd48f30ea13d7b1110f28cb2b8b0d6ae2c8c93/src/Spark.Mongo/Search/Searcher/CriteriaMongoExtensions.cs#L321-L383

It's the slow query log. ```json { "s": "I", "c": "COMMAND", "id": 51803, "ctx": "conn581", "msg": "Slow query", "attr": { "type": "command", "ns": "spark.searchindex", "command": { "find": "searchindex", "filter": {...

It's not important at the moment.

I'm sorry, I'm not quite sure about your concerns. asp.net Core MVC supports multiple formaters, and the built-in formaters do not affect the FHIR related APIs because they have already...

> There was this issue as well previously: #523 > > I might be wrong on this and that we can support non-FHIR APIs. We do though need some tests...

This issue may help you. https://github.com/FirelyTeam/spark/issues/390

Yes, they are stored differently. In `patient` resource, gender is `code` type, and the storage structure in searchindex is `{ gender : { code : "male" } }`. In `codesystem`...

> > I assume this solves #713, and maybe #714? > > @whyfate 对此有任何更新吗?我想在下一个 2.x 版本中将其包含在 Sorry ,I've been busy with work lately and haven't had time to look at...