
2 respuestas
The majority of records in Salesforce take up 2kb of storage regardless of the number of fields or the size of those fields. Full details are available at:https://help.salesforce.com/apex/HTViewSolution?id=000193871&language=en_USThe speed of the database is determined by a number of factors, but 500k records isn't a particularly large data volume. If queries are timing out you should (a) check the queries to make sure they are only returning the fields that are needed, rather than everything on the record and (b) raise a case with support to see if there are additional custom indexes, or skinny tables that might help.There's full information on techniques to deal with large data volumes at:http://www.salesforce.com/docs/en/cce/ldv_deployments/salesforce_large_data_volumes_bp.pdf