Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.
how to locate the location of block in the Stream Layer for the row of Windows azure storage table?

Unanswered how to locate the location of block in the Stream Layer for the row of Windows azure storage table?

Toate mesajele

  • 16 august 2012 11:33
     
     

    You're asking about the internals of how the table storage service works? Why?

  • 16 august 2012 11:51
     
     

    Hello Steve,

    When I study one technology , I am accustomed to know what's that tech can provide, and how it works instead of just knowing the API.

    Because I think if you not only know the API but also know the internal mechanism for that tech, you can have a more deep understanding for that tech, and also the API keeps changing, but the  internal mechanism  is keep steadily. So I don't think you master a tech if just know the API.

    That's  my main reasons. 



  • 17 august 2012 12:00
     
     

    valid reason to a certain extent. However one of the points of an API is abstraction from underlying implementation. MSFT publications such as the above mentioned may help you understand the platform and contain a whole lot of information. For further details also recommend watching the various tech talks and conference sessions available.

    But you should also be careful using anything beyond the API knowledge. It's typically the opposite of what you describe, implementation may change at any point, and as long an API remains stable this wouldn't impact any solution beside the ones which try to trick the api.

    So yes, there may be a map to locate a row in a block and the block in the partition. But do you need this knowledge anywhere in your solution? You can still master the tech, you're the user not the vendor. Like driving car vs building cars - both can have master, but I think the driver champions are more famous ;)

  • 17 august 2012 14:29
     
     

    @perpetualKid

    thank you so much.

    "So yes, there may be a map to locate a row in a block and the block in the partition. "

    But I didn't see that description about "row to block" map in the paper. 


  • 17 august 2012 17:46
     
     
    I'm not sure the answer is public information.
  • 18 august 2012 10:31
     
     

    Hello Steve,

    So you means the questions, which I asked , aren't answered in that paper?  so maybe,it isn't a  public information?


  • 19 septembrie 2012 00:53
     
     
    Hi Jacky - as Steve said, we haven't publically stated that information on the internals of the service.  Internals can change over time, so it's best not to rely on them.  Is there a specific problem you're trying to solve, that we might be able to recommend an approach to?

    -Jeff

  • 21 septembrie 2012 10:49
     
     

    Hello Jeff,

    I want to internals of the service just for learning and study. 

    • Editat de Jacky_shen 21 septembrie 2012 10:49
    •  
  • 21 septembrie 2012 20:00
     
     

    Hi Jacky - our blog contains most of the internals we've made public at this time: http://blogs.msdn.com/b/windowsazurestorage/

    The two papers we've published that are most "internal" are both referenced here (one referenced is the SOSP paper you've already read), but neither answers your original question directly.
    http://blogs.msdn.com/b/windowsazurestorage/archive/2012/06/13/usenix-best-paper-award-erasure-coding-in-windows-azure-storage.aspx

    Also, for more information, you can view some of our past BUILD and PDC talks here:
    Brad Calder from BUILD 2011: http://channel9.msdn.com/Events/BUILD/BUILD2011/SAC-961T
    Jai Haridas from PDC 2010: http://channel9.msdn.com/Events/PDC/PDC10/CS11
    Brad Calder and Jai Haridas from PDC 2009: http://channel9.msdn.com/Events/PDC/PDC09?sort=sequential&direction=desc&term=&s=Brad-Calder&s=Jai-Haridas

    Keep watching our blog and activity at major conferences for more information in the future!

    Thanks for the interest in our service!


    -Jeff

  • 25 septembrie 2012 09:30
     
     

    Hi Jeff

    Although I still didn't get the answer, anyway ,thank you for providing those information to me. 

    • Editat de Jacky_shen 25 septembrie 2012 09:30
    •