MSDN > フォーラム ホーム > Windows Azure > LocalStorage. Upper limit size?
質問する質問する
 

回答済みLocalStorage. Upper limit size?

回答

  • 2009年6月30日 20:16Guy ShahineMSFTユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済み
    Today, there is a limit of 20GB.

    Do you need more than that?

    Guy
    Guy
  • 2009年7月1日 23:42Pita.O ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済み
    If I may clarify, my understanding is that LocalStorage is the non-persisted Azure File I/O space that is available to to each instance of your application. Apart from being unpersisted, this space is not accessible to any other instance of your tenant except the one that created it. That space is 20 GB for that instance.

    As for the Azure Storage Space (particularly Table Storage/Blob storage), the size is unbounded for now (as much as I know). The sql express limit may or may not be directly applicable depending on how development storage implements the correspondence. Again, you can use the local development storage with other versions of SQL Server that don't have the 4GB limit.

    That said, a good advisory that originates from the SQL Data Services team is to limit cloud DB data sizes to 100GB to facilitate easy house-keeping: eg, the need to quickly bring up a copy of an instance if one goes down.

    P
    Pita.O: http://www.arizentax.com/

すべての返信

  • 2009年6月30日 20:16Guy ShahineMSFTユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済み
    Today, there is a limit of 20GB.

    Do you need more than that?

    Guy
    Guy
  • 2009年6月30日 21:07BrentDaCodeMonkey ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     

    SQL Express has a 4gb limit (if I'm remembering right). So that would likely be the limit for development storage?

  • 2009年6月30日 22:10Guy ShahineMSFTユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     
    The 20GB is the local disk storage that you can get with every role instance. It is unrelated to the local development store that ships part of the SDK.
    Guy
  • 2009年7月1日 23:42Pita.O ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済み
    If I may clarify, my understanding is that LocalStorage is the non-persisted Azure File I/O space that is available to to each instance of your application. Apart from being unpersisted, this space is not accessible to any other instance of your tenant except the one that created it. That space is 20 GB for that instance.

    As for the Azure Storage Space (particularly Table Storage/Blob storage), the size is unbounded for now (as much as I know). The sql express limit may or may not be directly applicable depending on how development storage implements the correspondence. Again, you can use the local development storage with other versions of SQL Server that don't have the 4GB limit.

    That said, a good advisory that originates from the SQL Data Services team is to limit cloud DB data sizes to 100GB to facilitate easy house-keeping: eg, the need to quickly bring up a copy of an instance if one goes down.

    P
    Pita.O: http://www.arizentax.com/
  • 2009年7月6日 14:16Mikhail Figurin ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     

    I would like to process big files in Azure. The processing task requires numerous read-write operation. I would like to implement the local disk-based cache. 20 GB should be enough space for my tasks.

    In the meantime, I found the information that CTP offers the following type of VM: 64-bit Windows Server 2008, 1.5-1.7 GHz CPU , 1.7 GB Memory, 250 GB transient local storage. Why do I get only 20GB (less than 10% of available storage)?

    Mikhail

  • 2009年7月6日 15:52Aleks GershaftMSFT, モデレータユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     
    These limits are there to ensure we will have fair resource allocation between the VMs and allow us to test the algorithms without impacting the users. In the future we will provide more available local storage to the user's process.