Michael Blow created ASTERIXDB-2841:
---------------------------------------
Summary: Storage incompatibilities with created entities
Key: ASTERIXDB-2841
URL: https://issues.apache.org/jira/browse/ASTERIXDB-2841
Project: Apache AsterixDB
Issue Type: Bug
Components: *DB - AsterixDB, STO - Storage
Affects Versions: 0.9.6
Reporter: Michael Blow
Assignee: Michael Blow
Fix For: 0.9.7
Currently there are multiple ways in which created entities conflict with
storage:
* Most filesystems have 255 byte or character limit per path segment, for
multipart dataverses we can greatly exceed this limit, and currently multipart
dataverses are represented using canonical form into a single path element
* Index names can be 255 bytes long, which result in corresponding files
exceeding the path limit on most file systems
* Dataverse / dataset / index names can contain characters which are illegal
on the filesystem, e.g. \ and / on Windows, NUL (\u0000) on Linux
--
This message was sent by Atlassian Jira
(v8.3.4#803005)