Optimize your Solana dedicated node performance with best practices for gRPC streaming, load management, and node health monitoring.
sendTransaction
, archival data, and complex account queries, use your shared plan endpointsgetProgramAccounts
carefully: While supported, dedicated nodes are not optimized for these calls - heavy usage can impact performance or cause node failure
getProgramAccounts
queries as we have a custom indexer that makes those calls much faster and more reliablesendTransaction
is supported, it’s not optimized - most transactions will not land; use your shared plan for reliable transaction submissionsendTransaction
supported but not optimized - most transactions will not landgetProgramAccounts
supported but not optimized - heavy usage can impact performance or cause node failure