Is there a way for qsv sqlp --infer-len 0
to compute the schema once then reuse for other queries?
#2201
-
I'm curious if there's a way to cache the inferred schema from |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Have you tried using a SQL script? Lines 932 to 967 in 17cc6eb
Furthermore, you can materialize the result of a query using a |
Beta Was this translation helpful? Give feedback.
You can now create and reuse polars schemas with qsv 0.137.0, using the
sqlp --cache-schema
option:qsv/src/cmd/sqlp.rs
Lines 190 to 197 in 0c206c5