Anton Bessonov

Results 206 comments of Anton Bessonov

I'm store date in "yyyy-MM-dd HH:mm:ss.SSSZ"-format (aa35426ee95e195d5c2bb3d7720336d422910c83) and it's easy to switch to timestamp, but I think we need pluginable Converter.

Maybe Converter-Interface like from faces, one (current) implementation and a method to set another converter? http://download.oracle.com/docs/cd/E17802_01/j2ee/j2ee/javaserverfaces/1.2/docs/api/javax/faces/convert/Converter.html

I'm not sure, that it's sofisticated. From my point of view the mapping should happens on LDAP group level, like: ```python AUTH_LDAP_DEFAULT_SENTRY_ORGANIZATION = { ldap_group_x: [u'Sentry organization x'], } ```

> Citus wins in a lot of ways... performance, **ease of re-balancing**, licensing, **overall architectural simplicity of how tables are sharded and how you define sharding keys**.. it's elegant! Just...

Similar issue: https://github.com/istio/istio/issues/11045

FYI: there is [Citus](https://www.citusdata.com/) and it is doing something similar to Vitess.

Hey @webdiscus, Thank you! It resolves my use case! If I understand it correctly, you are stringifying functions, which comes with several limitations. For example, I encountered the following issues:...

@webdiscus > If I understand, my solution works only partially and can not cover all your use cases? At the moment, all my use cases are covered - thank you!...