Hello, I intend to use graph_tool for a big network, +100k nodes and very dense.

The dataset i'm working with at the moment is ~ 40/50 GB csv containing vertices and edges as transactions.

Is it realistic to try SBM on such graph both computationnally and would this be theoretically useful?

If it isnt computationnally, how big can my subgraph be in order to be feasible?

Note: I will rent a Google Cloud Platform VM to do so.

Thank you