datalab
datalab copied to clipboard
This repo is for experimentation and exploring new ideas involving ADO.NET, EF Core, and other areas related to .NET data.
Progress?
It was mentioned on an EF livestream that progress was being made but the only commit is from 2021. Is there code being worked on? If so can we see...
An experiment in collaboration with the community to determine what potential there is modern .NET features in a highly performant SQL Server driver.
We need a build/test environment that will allow us to run perf tests easily. We may also want simple functional/unit tests.
4 years ago I did a almost complete rewrite of the sqlClient for fun and to do some performance test. The bulk insert was fast but for small queries the...
What should the folder structure look like for some rough starting place code? I am pretty busy but am hoping to carve out a little time to write a basic...
There has been some discussion about whether use of data pipelines is the way to go for highly async, highly performant binary communication such as [Tabular Data Stream (TDS)](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-tds/b46a581a-39de-4745-b076-ec4dbb7d13ec) to...
This issue tracks ways we will communicate and collaborate on [Woodstar (SQL Server.Core)](https://github.com/dotnet/datalab/issues/6). Please let us know what works for you, and also comment with your own ideas. Some initial...
The idea here is to take the simple scenario implemented in #11 and hack together a raw implementation using low-level .NET constructors to hard-code some TDS. This gives us an...
This will give us an initial baseline for current performance. The scenario should be _really simple_.
Add [DuckDB](https://duckdb.org/) ADO.NET Provider to the list.