PLASH SPEED

Results 74 comments of PLASH SPEED

If the user's fs.rename call is taking too long (slow file system response) and the user has set the metadata-ttl to be too short, then it is possible that the...

I added exception catching for fs.rename calls. If the fs.rename call succeeds, I will swallow all exceptions.

@RussellSpitzer Hello Sir, I have tried to limit the scope of the PR changes to what I consider to be the minimum. If there is still a need to further...

Hi. Currently we make heavy use of the hadoop catalog iceberg table. (FileSystem catalog table) . One of the main reasons for using the hadoop catalog is that we want...

At the moment, the only remaining problems are concurrency and atomicity issues with FileSystemCatalogTable commits. I submitted a PR to fix this. We use this PR in our production environment...

Therefore , FileSystemCatalogTable , is available as a basic (missing some advanced features ) , lightweight implementation of the catalog , it can also be used in production environments .

In addition, in order to accelerate the access to the metadata in FileSystemCatalog, we can choose a solution similar to HMS, which loads the metadata from the file system into...

@JingsongLi hello. Since HIVE stopped the maintenance of 1.X,2.X versions, the EOL of 3.X version is in progress.Can we add support for 4.X?