Ability to specify keys for JSONObject using arbitrary expressions

In the project I work on, the task to generate elasticsearch documents is one of the main performance bottlenecks we’re looking at improving. Pushing as much of the computation into the database is an attractive idea, and being able to use the ORM to do it, even better. I think we would need this feature to be able to do something that complex with the ORM. (But I’m saying this without having sketched it out to be certain.)

1 Like