-
Updated
Jan 24, 2022 - Java
Java
Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.
Here are 154,859 public repositories matching this topic...
-
Updated
Jan 24, 2022 - Java
-
Updated
Jan 24, 2022 - Java
-
Updated
Jan 24, 2022 - Java
-
Updated
Jan 3, 2022 - Java
-
Updated
Jan 23, 2022 - Java
-
Updated
Jan 23, 2022 - JavaScript
-
Updated
Jan 18, 2022 - Java
-
Updated
Jan 24, 2022 - Java
-
Updated
Jan 19, 2022 - Java
-
Updated
Jan 20, 2022 - Java
-
Updated
Jan 24, 2022 - Java
-
Updated
Jan 12, 2022 - Java
-
Updated
Nov 29, 2021 - Java
-
Updated
Oct 12, 2021 - Java
-
Updated
Jan 24, 2022 - Java
-
Updated
Nov 7, 2021 - Java
Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.
Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the
-
Updated
Jan 24, 2022 - Java
Created by James Gosling
Released May 23, 1995
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia


It would be nice if the _close (and _open) endpoints would accept a body with the index name(s) to operate on.
In my use case calling
<indexname>/_closeis not allowed, but calling_closewith a body that holds a list of indices to close would be possible.cc @DaveCTurner @henningandersen as we talked about this