David Bitner

Results 51 comments of David Bitner

@drnextgis it looks like that section of the documentation needs to be updated. There are now triggers on the collections table that will rewrite a full collection into new partitions...

@emmanuelmathot the missing_queryables function will load a sample of data rows (controlled by the table sample argument which is an approximate percent of rows to look at). For any property...

It is definitely possible to do this from a sample of rows, but, in this case, where the choices are defined by an extension, it would be better (I think)...

Correct, currently there is no plumbing to do anything with the private column or for the loader to populate it. It is there for future development to allow for ad...

@drnextgis if you'd like to take a stab at it, please do! If you'd like to pair on anything to get going, let me know!

Yes, we use the item_assets property of a collection to be able to be able to reduce the size of the item json that is stored per item. This can...

@charalamm there is a configuration option, that looking now, it doesn't look like we ever added to the documentation (I am ALWAYS open to any PR to help make our...

@mrob95 So far I have not been able to replicate this using your script (or just running in parallel using the following bash script) even cranking the number of parallel...

Ideally, it should be starting at 1 and increase by 1 each time the same query comes. I do have a "skip locked" in the update, so if there is...