ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Why are local drives better

    Scheduled Pinned Locked Moved IT Discussion
    57 Posts 14 Posters 5.8k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DustinB3403D
      DustinB3403
      last edited by

      It could be used as Storage Repo (much like ISCSI) for a hypervisor or any file server.

      GreyG 1 Reply Last reply Reply Quote 0
      • GreyG
        Grey @DustinB3403
        last edited by

        @DustinB3403 said in Why are local drives better:

        @Grey said in Why are local drives better:

        @DustinB3403 said in Why are local drives better:

        @Grey said in Why are local drives better:

        @DustinB3403 said in Why are local drives better:

        @Grey While I agree, I agree for different reasoning.

        The array protection, isn't something that I think needs to be thought of in the traditional sense. I do agree that the local drive needs to be excluded from anything but secure services. So ransomware etc couldn't mess it up.

        Maybe we're thinking on different levels. Are you only talking about DAS or is there something else here?

        Yea.... haha

        sorry for being so vague, just trying to get some ideas. Ignore raid. Its not an item to consider.

        So, this is a workstation?

        It could be workstation, it could also be a server. Just looking for possible use cases of a locally attached disk.

        The only reason is for speed, in my world. You could do an SSD DAS (array or not) and it will be faster than any NAS, until you get up to the level of a fiber network SAN that has more transfer speed than the SAS or SATA drives in question, which may max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM cache could transfer larger files faster than DAS using SATA 3 which maxes out at 6GBit. The problem, obviously, is contention so you might never see those max speeds on the SAN in the real world production environment.

        I guess it all depends on how you're going to use your DAS, and if it's just a machine with a single drive, that screams workstation (that you don't care about the data or uptime is implied by the lack of an array). If you want to make a faster workstation, get a pair of SSDs and run them in RAID0.

        MattSpellerM 1 Reply Last reply Reply Quote 1
        • GreyG
          Grey @DustinB3403
          last edited by

          @DustinB3403 said in Why are local drives better:

          It could be used as Storage Repo (much like ISCSI) for a hypervisor or any file server.

          This would only make sense if you're doing a single LOGICAL volume which has a physical array.

          1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            I think that the best logic for local drives is this statement....

            All drives are local, some are just local to someone else. Being local to you is better than being local to someone else.

            1 Reply Last reply Reply Quote 3
            • ObsolesceO
              Obsolesce
              last edited by

              I think the context of the data being used plays a huge role.

              Who cares if you have a 6 gb video file on a 9999999999 gbit connected SAN. The user downloading the file won't get it any faster than his LAN connection.... Probably 1gbit max shared with other users, or even worse if on wireless.

              However, if you have an sql server 10gbit connected to an ssd SAN, it will make a huge difference in performance and speed up all apps relying on that database.

              1 Reply Last reply Reply Quote 0
              • DashrenderD
                Dashrender
                last edited by

                @Grey said in Why are local drives better:

                ay max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM c

                You can literally use local disk for any thing you can use remote disk. So I'm not really sure what you're digging for.

                GreyG 1 Reply Last reply Reply Quote 2
                • GreyG
                  Grey @Dashrender
                  last edited by

                  @Dashrender said in Why are local drives better:

                  @Grey said in Why are local drives better:

                  ay max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM c

                  You can literally use local disk for any thing you can use remote disk. So I'm not really sure what you're digging for.

                  Transfer rates. A local bus will max at 6, while a SAN on a 10 GB link (or dual 10s, whatever) can go higher as the node can cache in RAM and then write back to the drives that are local to the SAN at the slower, local rate.

                  travisdh1T scottalanmillerS DashrenderD 3 Replies Last reply Reply Quote 1
                  • travisdh1T
                    travisdh1 @Grey
                    last edited by

                    @Grey said in Why are local drives better:

                    @Dashrender said in Why are local drives better:

                    @Grey said in Why are local drives better:

                    ay max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM c

                    You can literally use local disk for any thing you can use remote disk. So I'm not really sure what you're digging for.

                    Transfer rates. A local bus will max at 6, while a SAN on a 10 GB link (or dual 10s, whatever) can go higher as the node can cache in RAM and then write back to the drives that are local to the SAN at the slower, local rate.

                    So, just like the cache on a local controller?

                    GreyG 1 Reply Last reply Reply Quote 0
                    • GreyG
                      Grey @travisdh1
                      last edited by

                      @travisdh1 said in Why are local drives better:

                      @Grey said in Why are local drives better:

                      @Dashrender said in Why are local drives better:

                      @Grey said in Why are local drives better:

                      ay max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM c

                      You can literally use local disk for any thing you can use remote disk. So I'm not really sure what you're digging for.

                      Transfer rates. A local bus will max at 6, while a SAN on a 10 GB link (or dual 10s, whatever) can go higher as the node can cache in RAM and then write back to the drives that are local to the SAN at the slower, local rate.

                      So, just like the cache on a local controller?

                      Does your local controller have a 256gb cache?

                      travisdh1T scottalanmillerS 2 Replies Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @Grey
                        last edited by

                        @Grey said in Why are local drives better:

                        @Dashrender said in Why are local drives better:

                        @Grey said in Why are local drives better:

                        ay max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM c

                        You can literally use local disk for any thing you can use remote disk. So I'm not really sure what you're digging for.

                        Transfer rates. A local bus will max at 6, while a SAN on a 10 GB link (or dual 10s, whatever) can go higher as the node can cache in RAM and then write back to the drives that are local to the SAN at the slower, local rate.

                        Local bus can always go faster. Any remote disk always has to traverse the local bus, but with higher latency. Remember that any remote disk is local to itself. So any local limitation applies universally, and all remote limitations are on top of that.

                        1 Reply Last reply Reply Quote 2
                        • travisdh1T
                          travisdh1 @Grey
                          last edited by

                          @Grey said in Why are local drives better:

                          @travisdh1 said in Why are local drives better:

                          @Grey said in Why are local drives better:

                          @Dashrender said in Why are local drives better:

                          @Grey said in Why are local drives better:

                          ay max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM c

                          You can literally use local disk for any thing you can use remote disk. So I'm not really sure what you're digging for.

                          Transfer rates. A local bus will max at 6, while a SAN on a 10 GB link (or dual 10s, whatever) can go higher as the node can cache in RAM and then write back to the drives that are local to the SAN at the slower, local rate.

                          So, just like the cache on a local controller?

                          Does your local controller have a 256gb cache?

                          If I've got that much ram assigned to it, sure, why not?

                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @Grey
                            last edited by

                            @Grey said in Why are local drives better:

                            @travisdh1 said in Why are local drives better:

                            @Grey said in Why are local drives better:

                            @Dashrender said in Why are local drives better:

                            @Grey said in Why are local drives better:

                            ay max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM c

                            You can literally use local disk for any thing you can use remote disk. So I'm not really sure what you're digging for.

                            Transfer rates. A local bus will max at 6, while a SAN on a 10 GB link (or dual 10s, whatever) can go higher as the node can cache in RAM and then write back to the drives that are local to the SAN at the slower, local rate.

                            So, just like the cache on a local controller?

                            Does your local controller have a 256gb cache?

                            It can. If your SAN can have a cache that big, your local storage can. Because that cache is local on the SAN.

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @travisdh1
                              last edited by

                              @travisdh1 said in Why are local drives better:

                              @Grey said in Why are local drives better:

                              @travisdh1 said in Why are local drives better:

                              @Grey said in Why are local drives better:

                              @Dashrender said in Why are local drives better:

                              @Grey said in Why are local drives better:

                              ay max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM c

                              You can literally use local disk for any thing you can use remote disk. So I'm not really sure what you're digging for.

                              Transfer rates. A local bus will max at 6, while a SAN on a 10 GB link (or dual 10s, whatever) can go higher as the node can cache in RAM and then write back to the drives that are local to the SAN at the slower, local rate.

                              So, just like the cache on a local controller?

                              Does your local controller have a 256gb cache?

                              If I've got that much ram assigned to it, sure, why not?

                              I've worked on local storage systems that have that much cache just recently, in fact.

                              travisdh1T GreyG 2 Replies Last reply Reply Quote 1
                              • travisdh1T
                                travisdh1 @scottalanmiller
                                last edited by

                                @scottalanmiller said in Why are local drives better:

                                @travisdh1 said in Why are local drives better:

                                @Grey said in Why are local drives better:

                                @travisdh1 said in Why are local drives better:

                                @Grey said in Why are local drives better:

                                @Dashrender said in Why are local drives better:

                                @Grey said in Why are local drives better:

                                ay max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM c

                                You can literally use local disk for any thing you can use remote disk. So I'm not really sure what you're digging for.

                                Transfer rates. A local bus will max at 6, while a SAN on a 10 GB link (or dual 10s, whatever) can go higher as the node can cache in RAM and then write back to the drives that are local to the SAN at the slower, local rate.

                                So, just like the cache on a local controller?

                                Does your local controller have a 256gb cache?

                                If I've got that much ram assigned to it, sure, why not?

                                I've worked on local storage systems that have that much cache just recently, in fact.

                                Nice. Was that a hardware controller or software based?

                                scottalanmillerS 1 Reply Last reply Reply Quote 0
                                • GreyG
                                  Grey @scottalanmiller
                                  last edited by

                                  @scottalanmiller said in Why are local drives better:

                                  @travisdh1 said in Why are local drives better:

                                  @Grey said in Why are local drives better:

                                  @travisdh1 said in Why are local drives better:

                                  @Grey said in Why are local drives better:

                                  @Dashrender said in Why are local drives better:

                                  @Grey said in Why are local drives better:

                                  ay max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM c

                                  You can literally use local disk for any thing you can use remote disk. So I'm not really sure what you're digging for.

                                  Transfer rates. A local bus will max at 6, while a SAN on a 10 GB link (or dual 10s, whatever) can go higher as the node can cache in RAM and then write back to the drives that are local to the SAN at the slower, local rate.

                                  So, just like the cache on a local controller?

                                  Does your local controller have a 256gb cache?

                                  If I've got that much ram assigned to it, sure, why not?

                                  I've worked on local storage systems that have that much cache just recently, in fact.

                                  Cool. Many of the systems I've seen deployed and worked with are so old that a 1gb cache is considered exotic.

                                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @travisdh1
                                    last edited by

                                    @travisdh1 said in Why are local drives better:

                                    @scottalanmiller said in Why are local drives better:

                                    @travisdh1 said in Why are local drives better:

                                    @Grey said in Why are local drives better:

                                    @travisdh1 said in Why are local drives better:

                                    @Grey said in Why are local drives better:

                                    @Dashrender said in Why are local drives better:

                                    @Grey said in Why are local drives better:

                                    ay max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM c

                                    You can literally use local disk for any thing you can use remote disk. So I'm not really sure what you're digging for.

                                    Transfer rates. A local bus will max at 6, while a SAN on a 10 GB link (or dual 10s, whatever) can go higher as the node can cache in RAM and then write back to the drives that are local to the SAN at the slower, local rate.

                                    So, just like the cache on a local controller?

                                    Does your local controller have a 256gb cache?

                                    If I've got that much ram assigned to it, sure, why not?

                                    I've worked on local storage systems that have that much cache just recently, in fact.

                                    Nice. Was that a hardware controller or software based?

                                    Software. Which is pretty much the only thing for enterprise systems.

                                    travisdh1T 1 Reply Last reply Reply Quote 1
                                    • scottalanmillerS
                                      scottalanmiller @Grey
                                      last edited by

                                      @Grey said in Why are local drives better:

                                      @scottalanmiller said in Why are local drives better:

                                      @travisdh1 said in Why are local drives better:

                                      @Grey said in Why are local drives better:

                                      @travisdh1 said in Why are local drives better:

                                      @Grey said in Why are local drives better:

                                      @Dashrender said in Why are local drives better:

                                      @Grey said in Why are local drives better:

                                      ay max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM c

                                      You can literally use local disk for any thing you can use remote disk. So I'm not really sure what you're digging for.

                                      Transfer rates. A local bus will max at 6, while a SAN on a 10 GB link (or dual 10s, whatever) can go higher as the node can cache in RAM and then write back to the drives that are local to the SAN at the slower, local rate.

                                      So, just like the cache on a local controller?

                                      Does your local controller have a 256gb cache?

                                      If I've got that much ram assigned to it, sure, why not?

                                      I've worked on local storage systems that have that much cache just recently, in fact.

                                      Cool. Many of the systems I've seen deployed and worked with are so old that a 1gb cache is considered exotic.

                                      That's only on commodity hardware with hardware RAID. That's generally what SAN and NAS skip to get around those limitations.

                                      GreyG 1 Reply Last reply Reply Quote 1
                                      • GreyG
                                        Grey @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in Why are local drives better:

                                        @Grey said in Why are local drives better:

                                        @scottalanmiller said in Why are local drives better:

                                        @travisdh1 said in Why are local drives better:

                                        @Grey said in Why are local drives better:

                                        @travisdh1 said in Why are local drives better:

                                        @Grey said in Why are local drives better:

                                        @Dashrender said in Why are local drives better:

                                        @Grey said in Why are local drives better:

                                        ay max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM c

                                        You can literally use local disk for any thing you can use remote disk. So I'm not really sure what you're digging for.

                                        Transfer rates. A local bus will max at 6, while a SAN on a 10 GB link (or dual 10s, whatever) can go higher as the node can cache in RAM and then write back to the drives that are local to the SAN at the slower, local rate.

                                        So, just like the cache on a local controller?

                                        Does your local controller have a 256gb cache?

                                        If I've got that much ram assigned to it, sure, why not?

                                        I've worked on local storage systems that have that much cache just recently, in fact.

                                        Cool. Many of the systems I've seen deployed and worked with are so old that a 1gb cache is considered exotic.

                                        That's only on commodity hardware with hardware RAID. That's generally what SAN and NAS skip to get around those limitations.

                                        V1FlqCf.jpg

                                        1 Reply Last reply Reply Quote 1
                                        • travisdh1T
                                          travisdh1 @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in Why are local drives better:

                                          @travisdh1 said in Why are local drives better:

                                          @scottalanmiller said in Why are local drives better:

                                          @travisdh1 said in Why are local drives better:

                                          @Grey said in Why are local drives better:

                                          @travisdh1 said in Why are local drives better:

                                          @Grey said in Why are local drives better:

                                          @Dashrender said in Why are local drives better:

                                          @Grey said in Why are local drives better:

                                          ay max at 3, 6 or 3.2 16 Gbit/s (1969 MB/s). Ergo, a 10GB FCoE SAN that's running OBR10 or Raid6 with a large SSD/RAM c

                                          You can literally use local disk for any thing you can use remote disk. So I'm not really sure what you're digging for.

                                          Transfer rates. A local bus will max at 6, while a SAN on a 10 GB link (or dual 10s, whatever) can go higher as the node can cache in RAM and then write back to the drives that are local to the SAN at the slower, local rate.

                                          So, just like the cache on a local controller?

                                          Does your local controller have a 256gb cache?

                                          If I've got that much ram assigned to it, sure, why not?

                                          I've worked on local storage systems that have that much cache just recently, in fact.

                                          Nice. Was that a hardware controller or software based?

                                          Software. Which is pretty much the only thing for enterprise systems.

                                          I should've known. It's so easy to make and use a huge cache with md, more system memory = more cache.

                                          F 1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller
                                            last edited by

                                            What local storage approaches these days tend to skip the mammoth cache approach and instead go for insanely fast SSDs because of the lack of latency between the system and the disks. You can get millions of IOPS from local disks even before the cache. So often the cache is kept small only to absorb some writes rather than for read.

                                            But having the cache is very possible, just not always practical.

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post