glDrawArrays

I want to use this function to display my fe-meshes, which consits of GL_QUADS and GL_Triangle. Therefore i need arrays or structs to define my data. I do not exactly know what is the best design for optimum speed. How should i organize my vertex-coordinates and my element-connection indizes.

thanks
Juergen