Skip to content

Why are SQL indexes not supported? #441

Answered by fklebert
wy0wxb asked this question in Q&A
Discussion options

You must be logged in to vote

A note from past experience: Setting a SQL index during schema generation time is in almost all cases not optimal, as it heavily depends on the filling of a table later on how you can optimze performance by adding indexes.
That is why we have not implemented them in zserio so far.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mikir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
core Zserio core module
4 participants
Converted from issue

This discussion was converted from issue #381 on November 03, 2022 13:19.