Tag: JSON / JAVA / XML

Community

MariaDB JSON text indexing

(Serge Frezefond) It is not new that we can store a JSON content in a normal table text field. This has always been the case in the past. But two key features were missing : filtering based on JSON content attributes and indexing of the JSON content. With MariaDB 10.1 CONNECT storage Engine we offer

Community

Java and DNS Caching

(Sean Dastouri) I ran into some problems with a VM on Azure trying to resolve an outside URL. The problem was that even though the URL existed and was assigned, the Azure DNS server wouldn’t resolve it and therefore my java code would return an Unknown Hostname exception.