Open tmax22 opened 5 months ago
Hi @tmax22 , yes, I can understand it gets painful when the schema gets more and more complex. We'll think about this and also the overall generation performance. Thanks for the continuous support!
Great suggestion! 🎉
I completely agree - as the schema grows, the generation time increases significantly, which can be quite a bottleneck. Implementing a caching mechanism would be a game-changer for anyone working with large and complex schemas. It would drastically improve productivity by cutting down the generation time from minutes to seconds. A --no-cache
or --force
flag is also a brilliant addition, giving users full control over when to refresh the cache.
Looking forward to any updates on this – it would be amazing to know if there’s any progress on implementing this feature! 🚀
Hello Zenstack Team,
I'm writing to request a caching mechanism for the zenstack generate command. Currently, when dealing with large schemas containing many tables, the generation process becomes time-consuming.
currently generation for us takes few minutes and keeps going up. implementing such caching mechanism can easily speed up generation process from 10 minutes to few seconds.
and once again, thank for the amazing zenstack framework.