function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kamal BelayacKamal Belayac 

architecture

Hello everybody , i am brand new in Salesforce , i've followed a lot of tutorials and i've never found a tutorial or a pdf document discussing the memory architecture for the data , apex classes, triggers and the apex runtime environment  ... if you've got any document i'd be really thankful because i believe that this is important for me to understand how does the things works .
Mudasir WaniMudasir Wani
Hi Kamal,

Here is a link to Data Model
https://www.salesforce.com/developer/docs/api/Content/data_model.htm

Donot forget to select best answer to make our efforts visible in the developer forum.
Please mark this as solution by selecting it as best answer if this solves your problem, So that if anyone has this issue this post can help
Kamal BelayacKamal Belayac
Hello Mudasir 

Thank you for your answer but what i'm actually looking for is a doc about the memory structure in the salesforce cloud , is it like the java memory model with the same strcture of the stack and the heap for storing data  .. Thanks another time for your answer =) .
Mudasir WaniMudasir Wani
Hi Kamal,

As per my understanding those things will remain common for all technologies as those are the basis of programming languages.

Best Regards,
Mudasir.