saosebastiao
saosebastiao
For reference, here is an article about a hack using a similar idea to get similar storage efficiency and performance using MySQL tables: https://engineering.eventbrite.com/optimizing-a-table-with-composite-primary-keys/
> javac allows programmers to declare module requirements, exports inline in the sourcetree ("module-info.java" files). What should we do? A suggestion: modify or make available several different `App`-like trait mixins...
I'd like to point out the authentication system that is used by Postgrest, another awesome Postgres No-Code server. https://postgrest.org/en/stable/auth.html Basically, you have a specialized authenticator user with login privileges and...
I would love to be able to reload the schema config without a full restart. The PostgREST project has two cool ways to do this: https://postgrest.org/en/stable/schema_cache.html#schema-cache-reloading * listen for a...
I know this branch has been open for quite some time and it's probably worth merging as it is, but I just wanted to point out this great library for...
I would like to add that a common use case for caching with tile servers is to have Z-level specific caching. For example, large datasets at low zoom levels are...
Additionally, cache invalidation rules...we should be able to specify a TTL at the very least. An ideal-world scenario, but obviously far more complex is cache invalidation that happens in sync...
I agree that my first response would probably be to use a cache. It seems like different caches use different names for this idea...for example, nginx calls this a [cache...
@dagar I'd love to take a stab at it. I'll let you know up front that I don't know anything about the codebase, dev practices, MR guidelines, etc. Is there...