Formular una preguntaFormular una pregunta
 

RespondidaLocalStorage. Upper limit size?

Respuestas

  • martes, 30 de junio de 2009 20:16Guy ShahineMSFTMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida
    Today, there is a limit of 20GB.

    Do you need more than that?

    Guy
    Guy
  • miércoles, 01 de julio de 2009 23:42Pita.O Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida
    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/

Todas las respuestas

  • martes, 30 de junio de 2009 20:16Guy ShahineMSFTMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida
    Today, there is a limit of 20GB.

    Do you need more than that?

    Guy
    Guy
  • martes, 30 de junio de 2009 21:07BrentDaCodeMonkey Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     

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

  • martes, 30 de junio de 2009 22:10Guy ShahineMSFTMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     
    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
  • miércoles, 01 de julio de 2009 23:42Pita.O Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida
    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/
  • lunes, 06 de julio de 2009 14:16Mikhail Figurin Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     

    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

  • lunes, 06 de julio de 2009 15:52Aleks GershaftMSFT, ModeradorMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     
    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.