mihaibudiu commented on PR #3906: URL: https://github.com/apache/calcite/pull/3906#issuecomment-2286571845
> LGTM, I'm not sure if this is the most applicable for calcite, but it looks like sqlserver's is better than PG's The type system of SqlServer (at least the version described in that article) is very different from the type system of Postgres. Postgres supports essentially arbitrary precision decimals, and negative scales. But computations with very high precision are very costly. So it's not easy to say which one is "better". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
