Snowflake db backend

2021-01-22 Thread Scott Fought
We have written a Snowflake DB backend that we use internally in several projects and are considering releasing it for public use. My preference would be to incorporate it as a core backend so the nuances of Snowflake SQL are considered when changes are made to the core system. Is this some

Re: Snowflake db backend

2021-01-22 Thread Scott Fought
mance characteristics where similar to >> Redshift, optimised for large analytical aggregation rather than fast, >> smaller result sets typically seen with Django apps. >> >> Tom >> >> On 22 Jan 2021, at 21:49, Scott Fought wrote: >> >>  >> &g

Re: Snowflake db backend

2021-01-26 Thread Scott Fought
In order to release the code, I need to provide a sustainment plan per our open source committee. Which is why I was reaching out. I can share some of the challenges conforming Snowflake to the SQL model Django uses. It sounds like we may have had similar experiences writing backends, but pos