【问题标题】:I often see something like this v3io:// or /v3io/blah/blah, what are the differenceI often see something like this v3io:// or /v3io/blah/blah, what are the difference
【发布时间】:2022-12-01 13:00:33
【问题描述】:

I often see something like this v3io:// or `/v3io/some-directory, what are the differences?

【问题讨论】:

    标签: nuclio mlrun


    【解决方案1】:

    The file at v3io://bigdata/my_file and /v3io/bigdata/my_file is exactly the same, but is accessed differently.

    A path with v3io:// is accessed via the Iguazio V3IO protocol. This is generally more performant, but is not compatible with all libraries

    A path with /v3io is accessed via a mounted filesystem. This is not as performant as the V3IO protocol, but is compatible with more libraries

    I recommend using v3io:// where possible and falling back on /v3io when it is not

    【讨论】:

    • Is the 'v3io://test/file' the same as 'v3io:///test/file' (I added one '/')?
    • Is it possible to see more information about v3io protocol?
    猜你喜欢
    • 1970-01-01
    • 2022-12-01
    • 1970-01-01
    • 1970-01-01
    • 2011-09-25
    • 1970-01-01
    • 2022-12-02
    • 1970-01-01
    • 2011-03-12
    相关资源
    最近更新 更多