The document discusses three main storage models for big data: block-based, file-based, and object-based storage. Each model has distinct characteristics; block-based storage focuses on performance and scalability, file-based storage organizes data in a hierarchical structure for easier access, and object-based storage manages data as flexible objects with metadata. The document concludes that the choice of a storage model should depend on specific application requirements and contexts.